diff --git a/Cargo.lock b/Cargo.lock index b745d09..ba6e3ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,7 +3101,7 @@ dependencies = [ "opentelemetry_sdk", "proptest", "r2d2", - "rand 0.8.6", + "rand 0.10.2", "redis", "reqwest 0.12.28", "rustapi-core", diff --git a/crates/rustapi-extras/Cargo.toml b/crates/rustapi-extras/Cargo.toml index 9fcbc11..418ebce 100644 --- a/crates/rustapi-extras/Cargo.toml +++ b/crates/rustapi-extras/Cargo.toml @@ -67,7 +67,7 @@ opentelemetry-semantic-conventions = { version = "0.32", optional = true } tracing-opentelemetry = { version = "0.33", optional = true } # CSRF (feature-gated) -rand = { version = "0.8", optional = true } +rand = { version = "0.10", optional = true } base64 = { version = "0.22", optional = true } # OAuth2 (feature-gated)