diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index 3ec587f75e..d3a8c12da9 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -37,7 +37,7 @@ serde = { workspace = true, optional = true } serde_json = { workspace = true, optional = true } rustls.workspace = true thiserror.workspace = true -fastrand = "1.8.0" +fastrand = "2.0.0" [build-dependencies] poem-grpc-build.workspace = true