Skip to content

Commit 318bce3

Browse files
committed
Fix chacha20poly1305 version
1 parent d5e7781 commit 318bce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/notification/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ schemars = { workspace = true }
2323
# rand_core = { version = "0.6.4", default-features = false }
2424
# rand_chacha = { version = "0.3.1", default-features = false }
2525
sha2 = "0.10.6"
26-
chacha20poly1305 = { version = "0.10.2", default-features = false, features = ["alloc", "rand_core"] }
26+
chacha20poly1305 = { version = "0.10.1", default-features = false, features = ["alloc", "rand_core"] }
2727
generic-array = "0.14.7"
2828
hkdf = "0.12.3"
2929
primitive-types = { version = "0.12.2", default-features = false }
@@ -32,4 +32,4 @@ minicbor = "0.25.1"
3232

3333
secret-toolkit-crypto = { version = "0.10.2", path = "../crypto", features = [
3434
"hash", "hkdf"
35-
] }
35+
] }

0 commit comments

Comments
 (0)