Skip to content

Commit 89254a9

Browse files
committed
chore(pact_ffi): Remove unused dependencies
1 parent 6f9b073 commit 89254a9

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

rust/Cargo.lock

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

rust/pact_ffi/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ ansi_term = "0.12.1"
1818
anyhow = "1.0.100"
1919
bytes = "1.11.0"
2020
chrono = "0.4.42"
21-
chrono-tz = "0.10.4"
2221
clap = "2.34.0"
2322
either = "1.15.0"
24-
env_logger = "0.11.8"
2523
futures = "0.3.31"
2624
itertools = "0.14.0"
2725
lazy_static = "1.5.0"
@@ -48,7 +46,6 @@ serde_urlencoded = "0.7.1"
4846
sxd-document = "0.3.2"
4947
thiserror = "1.0.63"
5048
tokio = { version = "1.49.0", features = ["full"] }
51-
tokio-rustls = "0.26.4"
5249
tracing = "0.1.41" # This needs to be the same version across all the libs (i.e. plugin driver)
5350
tracing-core = "0.1.33" # This needs to be the same version across all the pact libs (i.e. plugin driver)
5451
tracing-log = "0.2.0"
@@ -59,7 +56,6 @@ zeroize = "1.8.2"
5956
[dev-dependencies]
6057
expectest = "0.12.0"
6158
hamcrest2 = "0.3.0"
62-
home = "0.5.12"
6359
pretty_assertions = "1.4.1"
6460
quickcheck = "1.0.3"
6561
reqwest = { version = "0.13.1", default-features = false, features = ["rustls", "blocking", "json", "multipart"] }

0 commit comments

Comments
 (0)