diff --git a/Cargo.lock b/Cargo.lock index d6d1b5d..8ef881b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ version = "0.4.0" dependencies = [ "agent-runtime", "chrono", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "serde_yaml", @@ -29,7 +29,7 @@ dependencies = [ "md5", "papaya", "parking_lot", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.11.27", "rust-mcp-sdk", "serde", @@ -1914,9 +1914,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", diff --git a/Cargo.toml b/Cargo.toml index 9fbeb48..7b0e9f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ dashmap = "6.1.0" parking_lot = "0.12.5" futures = "0.3.32" chrono = { version = "0.4.44", features = ["serde"] } -rand = "0.10.0" +rand = "0.10.1" md5 = "0.7" papaya = "0.2.4"