diff --git a/riven/Cargo.toml b/riven/Cargo.toml index e46a3b2..b6e53de 100644 --- a/riven/Cargo.toml +++ b/riven/Cargo.toml @@ -47,7 +47,7 @@ futures = "0.3" log = "0.4" num_enum = "0.5" parking_lot = "0.12" -reqwest = { version = "0.11", default-features = false, features = [ "gzip", "json" ] } +reqwest = { version = "0.12.0", default-features = false, features = [ "gzip", "json" ] } scan_fmt = { version = "0.2", default-features = false } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" @@ -70,7 +70,7 @@ tracing = "0.1" tracing-subscriber = "0.2" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] -hyper = { version = "0.14", features = [ "server" ] } +hyper = { version = "1.2.0", features = [ "server" ] } tokio = { version = "1", features = [ "macros", "rt-multi-thread" ] } tokio-shared-rt = "0.1"