Skip to content

Commit b2c382f

Browse files
Revert h2 upgrade (#15079)
## Summary While we figure out what's going on in hyperium/h2#856. Closes #15056.
1 parent 8db61ab commit b2c382f

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

Cargo.lock

Lines changed: 13 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ glob = { version = "0.3.1" }
112112
globset = { version = "0.4.15" }
113113
globwalk = { version = "0.9.1" }
114114
goblin = { version = "0.10.0", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
115+
h2 = { version = "<=0.4.7" }
115116
hashbrown = { version = "0.15.1" }
116117
hex = { version = "0.4.3" }
117118
home = { version = "0.5.9" }
@@ -213,7 +214,7 @@ test-log = { version = "0.2.16", features = ["trace"], default-features = false
213214
whoami = { version = "1.6.0" }
214215

215216
[workspace.metadata.cargo-shear]
216-
ignored = ["flate2", "xz2"]
217+
ignored = ["flate2", "xz2", "h2"]
217218

218219
[workspace.lints.rust]
219220
unsafe_code = "warn"

crates/uv/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ owo-colors = { workspace = true }
8585
petgraph = { workspace = true }
8686
regex = { workspace = true }
8787
reqwest = { workspace = true }
88+
h2 = { workspace = true }
8889
rkyv = { workspace = true }
8990
rustc-hash = { workspace = true }
9091
serde = { workspace = true }
@@ -138,6 +139,7 @@ nix = { workspace = true }
138139
[package.metadata.cargo-shear]
139140
ignored = [
140141
"flate2",
142+
"h2",
141143
"uv-performance-memory-allocator",
142144
]
143145

0 commit comments

Comments
 (0)