Skip to content

Commit faa1437

Browse files
authored
chore: http@1.4.0 (mozilla#3572)
1 parent f7d28ed commit faa1437

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 12 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
@@ -21,7 +21,7 @@ description = "Neqo, the Mozilla implementation of QUIC in Rust."
2121
keywords = ["quic", "http3", "neqo", "mozilla", "ietf", "firefox"]
2222
categories = ["network-programming", "web-programming"]
2323
readme = "README.md"
24-
version = "0.26.0"
24+
version = "0.27.0"
2525
# Keep in sync with `.rustfmt.toml` `edition`.
2626
edition = "2024"
2727
license = "MIT OR Apache-2.0"
@@ -34,7 +34,7 @@ cfg_aliases = { version = "0.2", default-features = false }
3434
enum-map = { version = "2.7", default-features = false }
3535
enumset = { version = "1.1", default-features = false }
3636
hex = { version = "0.4", default-features = false }
37-
http = { version = "0.2.9", default-features = false }
37+
http = { version = "1", default-features = false, features = ["std"] }
3838
libc = { version = "0.2", default-features = false }
3939
log = { version = "0.4", default-features = false }
4040
qlog = { version = "0.16.0", default-features = false }

0 commit comments

Comments
 (0)