From e94a2615a8e7315d262f6cb3d34d2d287554415b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:38:31 +0100 Subject: [PATCH] Bump semver from 1.0.21 to 1.0.22 (#10044) 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 3e939b0aa6..de6bd58a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2583,9 +2583,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "semver" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 54e74bda1f..c219176199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,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.21" } +semver = { version = "1.0.22" } serde = { version = "1.0.196", features = ["derive"] } serde-wasm-bindgen = { version = "0.6.3" } serde_json = { version = "1.0.113" }