diff --git a/Cargo.lock b/Cargo.lock index 324d7e33e415..2d31b309c8fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2491,7 +2491,7 @@ dependencies = [ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "ripemd160 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", - "serde-name 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-name 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5237,7 +5237,7 @@ dependencies = [ [[package]] name = "serde-name" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7200,7 +7200,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)" = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5" "checksum serde-generate 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e1fb58f42503dd83e238e785449ae2a790955b963c6c40aa611d96511b67621" -"checksum serde-name 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92bb32dbe1df50291d7d00b5e573acb2c70b783baf3d1bce2d19c86be11c709e" +"checksum serde-name 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87442b7a30baedc6e8875cb7156cb0e2cf41cdd9f13c34de73090c463f028bd8" "checksum serde-reflection 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d0724ee4d089608c6f22bb25058e73e56d8ecd6506628b635b5a2ed6c94c9e21" "checksum serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" "checksum serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9" diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index 43eef28aaac4..41cb3ff019fc 100644 --- a/crypto/crypto/Cargo.toml +++ b/crypto/crypto/Cargo.toml @@ -27,7 +27,7 @@ rand = "0.7.3" rand_core = { version = "0.5.1", default-features = false } serde = { version = "1.0.115", features = ["derive"] } serde_bytes = "0.11.5" -serde-name = "0.1.0" +serde-name = "0.1.1" sha2 = "0.9.1" static_assertions = "1.1.0" thiserror = "1.0.20"