diff --git a/Cargo.lock b/Cargo.lock index 7cc0c62..e8bce8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,9 +1509,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.1" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index bd01590..223c794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ anyhow = "1.0.80" async-trait = "0.1.77" base64 = "0.21.7" - curve25519-dalek = "=4.1.1" + curve25519-dalek = "=4.1.2" hmac = "0.12.1" jwt = "0.16.0" log = "0.4.20"