diff --git a/Cargo.lock b/Cargo.lock index c8f2a81843..77099d22df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4518,7 +4518,7 @@ dependencies = [ "pkcs8", "process-wrap", "pulldown-cmark", - "rand 0.8.6", + "rand 0.10.1", "rayon", "regex", "reqwest 0.13.4", @@ -4613,7 +4613,7 @@ dependencies = [ "goose-mcp", "indicatif", "open", - "rand 0.8.6", + "rand 0.10.1", "regex", "reqwest 0.13.4", "rmcp", @@ -4703,7 +4703,7 @@ dependencies = [ "http 1.4.1", "openssl", "pem", - "rand 0.8.6", + "rand 0.10.1", "rcgen", "reqwest 0.13.4", "rmcp", diff --git a/Cargo.toml b/Cargo.toml index 2774b0a4b5..86808c4f39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ indoc = { version = "2", default-features = false } keyring = { version = "3.6.3", default-features = false, features = ["vendored"] } lru = { version = "0.16", default-features = false } once_cell = { version = "1.21.3", default-features = false, features = ["std"] } -rand = { version = "0.8.5", default-features = false, features = ["std"] } +rand = { version = "0.10.1", default-features = false, features = ["std"] } regex = { version = "1.12.3", default-features = false, features = ["std"] } reqwest = { version = "0.13.2", default-features = false, features = ["multipart", "form"] } rustls = { version = "0.23.31", default-features = false, features = ["aws_lc_rs", "std"] }