Skip to content

Commit 006442d

Browse files
authored
chore: upgrade http@1.4.0 and bump version (#3617)
1 parent cca436b commit 006442d

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "Neqo, the Mozilla implementation of QUIC in Rust."
2020
keywords = ["quic", "http3", "neqo", "mozilla", "ietf", "firefox"]
2121
categories = ["network-programming", "web-programming"]
2222
readme = "README.md"
23-
version = "0.28.0"
23+
version = "0.28.1"
2424
# Keep in sync with `.rustfmt.toml` `edition`.
2525
edition = "2024"
2626
license = "MIT OR Apache-2.0"
@@ -33,7 +33,7 @@ cfg_aliases = { version = "0.2", default-features = false }
3333
enum-map = { version = "2.7", default-features = false }
3434
enumset = { version = "1.1", default-features = false }
3535
hex = { version = "0.4", default-features = false }
36-
http = { version = "0.2.9", default-features = false }
36+
http = { version = "1", default-features = false, features = ["std"] }
3737
libc = { version = "0.2", default-features = false }
3838
log = { version = "0.4", default-features = false }
3939
nss = { rev = "0.9.0", package = "nss-rs", git = "https://github.com/mozilla/nss-rs" }

0 commit comments

Comments
 (0)