From a29290129fe6821f0e559ca75cf70dbb8f7973d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:49:18 +0000 Subject: [PATCH] Bump semver from 1.0.21 to 1.0.22 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.21...1.0.22) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/build/Cargo.toml | 2 +- crates/metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02379a924..6806dcb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4522,9 +4522,9 @@ dependencies = [ [[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" dependencies = [ "serde", ] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 6740f2c4b..1a0cdb8c4 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -29,7 +29,7 @@ scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive toml = "0.8.10" tracing = "0.1.40" parity-wasm = { version = "0.45.0"} -semver = { version = "1.0.21", features = ["serde"] } +semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.113" tempfile = "3.10.0" diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index ab6d1ab81..193dc9c2e 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -15,7 +15,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"] [dependencies] impl-serde = "0.4.0" -semver = { version = "1.0.21", features = ["serde"] } +semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.113" url = { version = "2.5.0", features = ["serde"] }