From 146837c6222c5162c41fcef7c0a405c4202e73fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:48:09 +0000 Subject: [PATCH] chore(deps): bump semver from 1.0.23 to 1.0.24 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.23...1.0.24) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/weaver_version/Cargo.toml | 2 +- crates/xtask/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4141f239..2a4b973e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3701,9 +3701,9 @@ checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" dependencies = [ "serde", ] diff --git a/crates/weaver_version/Cargo.toml b/crates/weaver_version/Cargo.toml index 16aec730..e79b80d7 100644 --- a/crates/weaver_version/Cargo.toml +++ b/crates/weaver_version/Cargo.toml @@ -17,4 +17,4 @@ serde_yaml.workspace = true thiserror.workspace = true schemars.workspace = true -semver = {version = "1.0.23", features = ["serde"]} +semver = {version = "1.0.24", features = ["serde"]} diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index fa449e6b..8fdafcb8 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -18,7 +18,7 @@ gix = { version = "0.68.0", default-features = false, features = [ "worktree-mutation", "blocking-http-transport-reqwest-rust-tls", ] } -semver = "1.0.23" +semver = "1.0.24" serde_json.workspace = true toml = "0.8.19"