Skip to content

Commit d50ba3b

Browse files
build(deps): bump chacha20 from 0.10.0-rc.10 to 0.10 (#796)
1 parent ff5d179 commit d50ba3b

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Cargo.lock

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chacha20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.85"
2121

2222
[dependencies]
2323
aead = { version = "0.6.0-rc.10", default-features = false }
24-
chacha20 = { version = "0.10.0-rc.10", default-features = false, features = ["xchacha"] }
24+
chacha20 = { version = "0.10", default-features = false, features = ["xchacha"] }
2525
cipher = "0.5"
2626
poly1305 = "0.9.0-rc.5"
2727
zeroize = { version = "1.8", optional = true, default-features = false }

0 commit comments

Comments
 (0)