diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 6fa20dc3..cbda3a4a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ "open", "opentelemetry", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest", "rmp-serde", @@ -2109,9 +2109,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7a4b9a07..a12399d0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ serde_json = "1.0.149" rmp-serde = "1.1.1" uuid = { version = "1.16", features = ["serde", "v4"] } dirs = "5.0.1" -rand = "0.9.2" +rand = "0.9.3" opentelemetry = { version = "0.20.0", features = ["rt-tokio"] } serde_bytes = "0.11.19" chrono = { version = "0.4.43", features = ["serde", "std", "clock"], default-features = false }