We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a09c1e commit 3ee11b7Copy full SHA for 3ee11b7
languages/compiled/rust-lang.org/server/hyper.rs/Cargo.toml
@@ -13,7 +13,7 @@ publish = false
13
anyhow = "=1.0.100"
14
bytes = "=1.10.1"
15
http-body-util = "=0.1.3"
16
-hyper = { version = "=1.7.0", features = ["full"] }
+hyper = { version = "=1.8.1", features = ["full"] }
17
hyper-util = { version = "=0.1.18", features = ["full"] }
18
tokio = { version = "=1.48.0", features = ["full"] }
19
url = "=2.5.7" # For parsing URLs
0 commit comments