diff --git a/example-service/Cargo.toml b/example-service/Cargo.toml index 2d63f443d..cb1cb4cb9 100644 --- a/example-service/Cargo.toml +++ b/example-service/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" futures = "0.3" opentelemetry = { version = "0.31" } opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"] } -rand = "0.9" +rand = "0.10" tarpc = { version = "0.37", path = "../tarpc", features = ["full"] } tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] } tracing = { version = "0.1" } diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 5ac0fde48..b42d08d18 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -46,7 +46,7 @@ fnv = "1.0" futures = "0.3" humantime = "2.3" pin-project = "1.1" -rand = "0.9" +rand = "0.10" serde = { optional = true, version = "1.0", features = ["derive"] } static_assertions = "1.1" tarpc-plugins = { path = "../plugins", version = "0.14" }