diff --git a/Cargo.toml b/Cargo.toml index 7e6dd4c..71a9f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = serde = { version = "1.0.200", features = ["derive"], optional = true } serde_json = { version = "1.0.116", optional = true } opentelemetry_api = { version = "0.20.0", features = ["testing"], optional = true } -rand = { version = "0.8.5", optional = true } +rand = { version = "0.9.0", optional = true } tower = { version = "0.5", optional = true } axum = { version = "0.7.5", optional = true } pin-project-lite = { version = "0.2", optional = true }