diff --git a/packages/notification/Cargo.toml b/packages/notification/Cargo.toml index 3b084bf..861ec81 100644 --- a/packages/notification/Cargo.toml +++ b/packages/notification/Cargo.toml @@ -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 } @@ -32,4 +32,4 @@ minicbor = "0.25.1" secret-toolkit-crypto = { version = "0.10.2", path = "../crypto", features = [ "hash", "hkdf" -] } \ No newline at end of file +] }