We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e45995 commit 4ec591aCopy full SHA for 4ec591a
Cargo.toml
@@ -9,15 +9,15 @@ license = "MIT OR Apache-2.0"
9
10
[dependencies]
11
bytes = "1.0.1"
12
-chacha20poly1305 = { version = "0.7.1", features = ["reduced-round"] }
+chacha20poly1305 = { version = "0.8.0", features = ["reduced-round"] }
13
curve25519-dalek = "3.1.0"
14
ed25519-dalek = "1.0.1"
15
-quinn-proto = { version = "0.7.2", default-features = false, features = ["ring"] }
+quinn-proto = { version = "0.7.3", default-features = false, features = ["ring"] }
16
rand_core = "0.5.1"
17
ring = "0.16.20"
18
-sha2 = "0.9.3"
+sha2 = "0.9.4"
19
subtle = "2.4.0"
20
-tracing = "0.1.25"
+tracing = "0.1.26"
21
x25519-dalek = "1.1.1"
22
xoodoo = "0.1.0"
23
zeroize = "1.3.0"
0 commit comments