From 15740306eaa437a1c803cef9f45da9b3764b2ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:28:03 +0100 Subject: [PATCH] Bump semver from 1.0.20 to 1.0.21 (#9525) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a74e03b9e7..2591655fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2636,9 +2636,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "semver" -version = "1.0.20" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" +checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index d9b70a1fa7..9d8cf2e890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ result-like = { version = "0.5.0" } rustc-hash = { version = "1.1.0" } schemars = { version = "0.8.16" } seahash = { version ="4.1.0"} -semver = { version = "1.0.20" } +semver = { version = "1.0.21" } serde = { version = "1.0.195", features = ["derive"] } serde-wasm-bindgen = { version = "0.6.3" } serde_json = { version = "1.0.109" }