Skip to content

Commit ea571fb

Browse files
committed
chore(pact_verifier): Update dependencies
1 parent 6e8261e commit ea571fb

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_verifier/Cargo.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,44 @@ multipart = ["pact_matching/multipart"] # suport for MIME multipart bodies
2323

2424
[dependencies]
2525
ansi_term = "0.12.1"
26-
anyhow = "1.0.98"
27-
async-trait = "0.1.88"
26+
anyhow = "1.0.101"
27+
async-trait = "0.1.89"
2828
base64 = "0.22.1"
29-
bytes = "1.10.1"
29+
bytes = "1.11.1"
3030
difference = "2.0.0"
31-
futures = "0.3.31"
32-
http = "1.3.1"
33-
humantime = "2.2.0"
31+
futures = "0.3.32"
32+
http = "1.4.0"
33+
humantime = "2.3.0"
3434
itertools = "0.14.0"
3535
lazy_static = "1.5.0"
3636
maplit = "1.0.2"
3737
mime = "0.3.17"
3838
pact_matching = { version = "~2.0.3", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.8", default-features = false }
40-
pact-plugin-driver = { version = "~0.7.4", optional = true, default-features = false }
41-
regex = "1.11.1"
42-
reqwest = { version = "0.12.20", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
43-
serde = "1.0.219"
44-
serde_json = "1.0.140"
45-
serde_with = { version = "3.12.0", features = ["json"] }
46-
thiserror = "2.0.12"
47-
tokio = { version = "1.45.1", features = ["full"] }
48-
tracing = "0.1.41"
49-
tracing-core = "0.1.34"
50-
url = "2.5.4"
40+
pact-plugin-driver = { version = "~0.7.5", optional = true, default-features = false }
41+
regex = "1.12.3"
42+
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
43+
serde = "1.0.228"
44+
serde_json = "1.0.149"
45+
serde_with = { version = "3.16.1", features = ["json"] }
46+
thiserror = "2.0.18"
47+
tokio = { version = "1.49.0", features = ["full"] }
48+
tracing = "0.1.44"
49+
tracing-core = "0.1.36"
50+
url = "2.5.8"
5151
urlencoding = "2.1.3"
5252

5353
[lib]
5454
crate-type = ["cdylib", "rlib"]
5555

5656
[dev-dependencies]
57-
chrono = "0.4.41"
58-
chrono-tz = "0.10.3"
59-
env_logger = "0.11.8"
57+
chrono = "0.4.43"
58+
chrono-tz = "0.10.4"
59+
env_logger = "0.11.9"
6060
expectest = "0.12.0"
61-
pact_consumer = { version = "~1.4.1", path = "../pact_consumer" }
61+
pact_consumer = { version = "~1.4.2", path = "../pact_consumer" }
6262
pretty_assertions = "1.4.1"
63-
quickcheck = "1.0.3"
64-
rstest = "0.24.0"
65-
test-log = { version = "0.2.17", features = ["trace"] }
66-
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "tracing-log", "fmt"] }
63+
quickcheck = "1.1.0"
64+
rstest = "0.26.1"
65+
test-log = { version = "0.2.19", features = ["trace"] }
66+
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "tracing-log", "fmt"] }

0 commit comments

Comments
 (0)