From 3915637bd60e3835b276bc710be8da6acfb78e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:13:26 +0100 Subject: [PATCH] chore(deps,cargo): bump semver from 1.0.23 to 1.0.24 in the cargo group (#268) Bumps the cargo group with 1 update: [semver](https://github.com/dtolnay/semver). Updates `semver` from 1.0.23 to 1.0.24 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5686c0..06ffa3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 79ef6fc..963e7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ prost = "0.13.4" prost-types = "0.13.4" url = { version = "2.5.4", optional = true } regress = "0.10.1" -semver = { version = "1.0.23", optional = true } +semver = { version = "1.0.24", optional = true } serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" serde_yaml = { version = "0.9.34", optional = true } @@ -53,7 +53,7 @@ prettyplease = "0.2.25" prost-build = { version = "0.13.4", default-features = false } protobuf-src = { version = "2.1.0", optional = true } schemars = "0.8.21" -semver = "1.0.23" +semver = "1.0.24" serde_yaml = "0.9.34" syn = "2.0.90" typify = "0.2.0"