Skip to content

Commit 3f1966d

Browse files
authored
Merge pull request #6260 from hugocaillard/chore/clean-http-types-dependencies
chore: clean http-types dependencies
2 parents c76743e + 9b6ca55 commit 3f1966d

File tree

2 files changed

+4
-162
lines changed

2 files changed

+4
-162
lines changed

Cargo.lock

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

testnet/stacks-node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hashbrown = { workspace = true }
2929
rusqlite = { workspace = true }
3030
async-h1 = { version = "2.3.2", optional = true }
3131
async-std = { version = "1.6", optional = true, features = ["attributes"] }
32-
http-types = { version = "2.12", optional = true }
32+
http-types = { version = "2.12", default-features = false, optional = true }
3333
thiserror = { workspace = true }
3434

3535
[target.'cfg(not(any(target_os = "macos", target_os="windows", target_arch = "arm")))'.dependencies]
@@ -47,7 +47,7 @@ tracing = "0.1.37"
4747
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
4848
mutants = "0.0.3"
4949
tiny_http = "0.12.0"
50-
http-types = "2.12"
50+
http-types = { version = "2.12", default-features = false }
5151
tempfile = "3.3"
5252
mockito = "1.5"
5353
serial_test = "3.2.0"

0 commit comments

Comments
 (0)