diff --git a/Cargo.toml b/Cargo.toml index a44fc0f0..0b1d0d5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ default-features = false version = "0.1.3" [workspace.dependencies.rand] -version = "0.8.5" +version = "0.9.0" # Used for the http request / response body type for Ruma endpoints used with reqwest [workspace.dependencies.bytes]