diff --git a/Cargo.lock b/Cargo.lock index f84b007..47dc704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2524,9 +2524,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 0163747..bd6cfce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.4.39" hyper-rustls = "0.27.3" hyper = "1.5.1" async-trait = "0.1.83" -semver = "1.0.23" +semver = "1.0.24" url = "2.5.4" futures = "0.3.31" hyper-util = "0.1.10"