diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index f6b051f9..812741e7 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -39,7 +39,7 @@ sse-stream = "0.2.3" async-stream = "0.3" # Socket dependencies -chacha20poly1305 = { version = "0.10", features = ["stream"], optional = true } +chacha20poly1305 = { version = "0.11", features = ["stream"], optional = true } dashmap = { version = "6.0", optional = true} hyper = { version = "1", default-features = false, optional = true } hyper-util = { version = "0.1", default-features = false, features = ["tokio"], optional = true} diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 9302fd6b..09053248 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.8" rsa = "0.9" sha2 = "0.10" openssl = "0.10" -chacha20poly1305 = "0.10" +chacha20poly1305 = "0.11" itertools = "0.14.0" jwt-simple = "0.11"