Skip to content

Commit

Permalink
Bump chacha20poly1305 version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinov committed Jan 26, 2024
1 parent 0f1a118 commit 0e51815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoton-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
base64 = "0.13"
chacha20poly1305 = { version = "0.10.0-pre.1", optional = true }
chacha20poly1305 = { version = "0.10.1", optional = true }
hex = "0.4"
hmac = "0.11.0"
js-sys = { version = "0.3", optional = true }
Expand Down

0 comments on commit 0e51815

Please sign in to comment.