Skip to content

Commit cca436b

Browse files
authored
chore: prepare v0.28.0 (#3615)
- and revert http@1.4.0
1 parent b66727d commit cca436b

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 10 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.27.0"
23+
version = "0.28.0"
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 = "1", default-features = false, features = ["std"] }
36+
http = { version = "0.2.9", default-features = false }
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)