From b74fa8a0168403619e70104ef34e1dcc280e6338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:59:04 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02a99d9d..38cacf1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3241,9 +3241,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" diff --git a/Cargo.toml b/Cargo.toml index 91593f88..499d91a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rand = "0.8.5" regex = "1.11.0" reqwest = { version = "0.12.9", features = ["blocking", "json"] } rustyline = "15.0.0" -semver = "1.0.23" +semver = "1.0.24" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" shell-words = "1.1.0"