Skip to content

Commit

Permalink
Fix chacha20poly1305 version
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 11, 2024
1 parent d5e7781 commit 318bce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ schemars = { workspace = true }
# rand_core = { version = "0.6.4", default-features = false }
# rand_chacha = { version = "0.3.1", default-features = false }
sha2 = "0.10.6"
chacha20poly1305 = { version = "0.10.2", default-features = false, features = ["alloc", "rand_core"] }
chacha20poly1305 = { version = "0.10.1", default-features = false, features = ["alloc", "rand_core"] }
generic-array = "0.14.7"
hkdf = "0.12.3"
primitive-types = { version = "0.12.2", default-features = false }
Expand All @@ -32,4 +32,4 @@ minicbor = "0.25.1"

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

0 comments on commit 318bce3

Please sign in to comment.