From a80c935bc163c3e67cca6f046074ca27dd218187 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 13 Dec 2024 00:06:36 +0000 Subject: [PATCH] Update Rust crate semver to v1.0.24 --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0c22fc1..ba19ca6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1872,9 +1872,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" [[package]] name = "serde" -- 2.45.2