Skip to content

Commit 4ec591a

Browse files
committed
Update deps.
1 parent 0e45995 commit 4ec591a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ license = "MIT OR Apache-2.0"
99

1010
[dependencies]
1111
bytes = "1.0.1"
12-
chacha20poly1305 = { version = "0.7.1", features = ["reduced-round"] }
12+
chacha20poly1305 = { version = "0.8.0", features = ["reduced-round"] }
1313
curve25519-dalek = "3.1.0"
1414
ed25519-dalek = "1.0.1"
15-
quinn-proto = { version = "0.7.2", default-features = false, features = ["ring"] }
15+
quinn-proto = { version = "0.7.3", default-features = false, features = ["ring"] }
1616
rand_core = "0.5.1"
1717
ring = "0.16.20"
18-
sha2 = "0.9.3"
18+
sha2 = "0.9.4"
1919
subtle = "2.4.0"
20-
tracing = "0.1.25"
20+
tracing = "0.1.26"
2121
x25519-dalek = "1.1.1"
2222
xoodoo = "0.1.0"
2323
zeroize = "1.3.0"

0 commit comments

Comments
 (0)