Switch back to upstream oo7 (#24957)

As of 0.4.0, the decryption panic that we were seeing has been fixed
upstream (thanks @bilelmoussaoui!), so stop using our temporary fork.

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-02-15 13:54:54 -05:00 committed by GitHub
parent bd41be2caf
commit 74d1a652f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 112 additions and 157 deletions

View file

@ -133,7 +133,7 @@ pathfinder_geometry = "0.5"
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
# Always used
flume = "0.11"
oo7 = { git = "https://github.com/zed-industries/oo7", branch = "avoid-crypto-panic" }
oo7 = { version = "0.4.0", default-features = false, features = ["async-std", "native_crypto"] }
# Used in both windowing options
ashpd = { workspace = true, optional = true }