diff --git a/Cargo.lock b/Cargo.lock index 4a34725a4e2091..20047b799bada4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,8 +42,7 @@ dependencies = [ [[package]] name = "aes-gcm-siv" version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc" +source = "git+https://github.com/RustCrypto/AEADs?rev=6105d7a5591aefa646a95d12b5e8d3f55a9214ef#6105d7a5591aefa646a95d12b5e8d3f55a9214ef" dependencies = [ "aead", "aes", diff --git a/Cargo.toml b/Cargo.toml index 4a535821a28a4d..80c3e4bf6c60d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -397,6 +397,7 @@ wasm-bindgen = "0.2" winapi = "0.3.8" winreg = "0.10" x509-parser = "0.14.0" +# See "zeroize versioning issues" below if you are updating this version. zeroize = { version = "1.3", default-features = false } zstd = "0.11.2"