diff --git a/Cargo.lock b/Cargo.lock index adaee48..46f4f22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2981,7 +2981,7 @@ dependencies = [ "opentelemetry_sdk", "proptest", "r2d2", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rustapi-core", "rustapi-openapi", diff --git a/crates/rustapi-extras/Cargo.toml b/crates/rustapi-extras/Cargo.toml index 26db80a..8e0bdf0 100644 --- a/crates/rustapi-extras/Cargo.toml +++ b/crates/rustapi-extras/Cargo.toml @@ -66,7 +66,7 @@ opentelemetry-semantic-conventions = { version = "0.31", optional = true } tracing-opentelemetry = { version = "0.32", optional = true } # CSRF (feature-gated) -rand = { version = "0.8", optional = true } +rand = { version = "0.9", optional = true } base64 = { version = "0.22", optional = true } # OAuth2 (feature-gated)