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

@ -369,7 +369,7 @@ alacritty_terminal = { git = "https://github.com/alacritty/alacritty.git", rev =
any_vec = "0.14"
anyhow = "1.0.86"
arrayvec = { version = "0.7.4", features = ["serde"] }
ashpd = { version = "0.10", default-features = false, features = ["async-std"] }
ashpd = { version = "0.11", default-features = false, features = ["async-std"] }
async-compat = "0.2.1"
async-compression = { version = "0.4", features = ["gzip", "futures-io"] }
async-dispatcher = "0.1"