diff --git a/Cargo.toml b/Cargo.toml index 8370cd53..a010c41c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ httparse = { version = "1.8.0", default-features = false, features = ["std"], op hyper = { version = "1.2", default-features = false, optional = true } md-5 = { version = "0.10.6", default-features = false, optional = true } quick-xml = { version = "0.37.0", features = ["serialize", "overlapped-lists"], optional = true } -rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true } +rand = { version = "0.9", default-features = false, features = ["std", "std_rng"], optional = true } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"], optional = true } ring = { version = "0.17", default-features = false, features = ["std"], optional = true } rustls-pemfile = { version = "2.0", default-features = false, features = ["std"], optional = true } @@ -78,7 +78,7 @@ integration = [] [dev-dependencies] # In alphabetical order hyper = { version = "1.2", features = ["server"] } hyper-util = "0.1" -rand = "0.8" +rand = "0.9" tempfile = "3.1.0" regex = "1.11.1" # The "gzip" feature for reqwest is enabled for an integration test.