diff --git a/wtransport-proto/Cargo.toml b/wtransport-proto/Cargo.toml index c3caeb9..7acede9 100644 --- a/wtransport-proto/Cargo.toml +++ b/wtransport-proto/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "2.0.3" url = "2.4.0" [dev-dependencies] -rand = "0.9.0" +rand = "0.10.0" tokio = { version = "1.28.1", default-features = false, features = ["macros", "rt-multi-thread"] } [features]