From fb526a185bf4393084a35b19d1ad4a23c853931d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 10:54:04 -0800 Subject: [PATCH] Update Rust crate semver to 1.0.25 (#7602) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecd3371090..df8ac98fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -599,7 +599,7 @@ rustyline = "14.0.0" samael = { version = "0.0.18", features = ["xmlsec"] } schemars = "0.8.21" secrecy = "0.8.0" -semver = { version = "1.0.23", features = ["std", "serde"] } +semver = { version = "1.0.25", features = ["std", "serde"] } serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] } serde_human_bytes = { git = "https://github.com/oxidecomputer/serde_human_bytes", branch = "main" } serde_json = "1.0.133"