Skip to content

Commit ee4abc3

Browse files
committed
chore(pact_models): Update dependencies
1 parent b674cfc commit ee4abc3

2 files changed

Lines changed: 68 additions & 44 deletions

File tree

rust/Cargo.lock

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

rust/pact_models/Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@ form_urlencoded = ["dep:serde_urlencoded"] # suport for matching form urlencoded
2222

2323
[dependencies]
2424
ariadne = "0.6.0"
25-
anyhow = "1.0.101"
26-
base64 = "0.22.1"
27-
bytes = { version = "1.11.1", features = ["serde"] }
28-
chrono = { version = "0.4.43", features = ["std", "clock"], default-features = false, optional = true }
25+
anyhow = "1.0.104"
26+
base64 = "0.23.0"
27+
bytes = { version = "1.12.1", features = ["serde"] }
28+
chrono = { version = "0.4.45", features = ["std", "clock"], default-features = false, optional = true }
2929
chrono-tz = { version = "0.10.4", optional = true }
3030
gregorian = { version = "0.2.4", optional = true }
3131
hashers = "1.0.1"
3232
hex = "0.4.3"
33-
indextree = "4.7.4"
34-
itertools = "0.14.0"
35-
kiss_xml = { version = "1.0.6", optional = true }
33+
indextree = "4.8.1"
34+
itertools = "0.15.0"
35+
kiss_xml = { version = "1.1.0", optional = true }
3636
lazy_static = "1.5.0"
3737
lenient_semver = "0.4.2"
3838
logos = "0.16.1"
3939
maplit = "1.0.2"
4040
mime = "0.3.17"
4141
nom = "7.1.3"
42-
rand = "0.9.0"
42+
rand = "0.9.5"
4343
rand_regex = "0.18.1"
44-
regex = "1.12.3"
45-
regex-syntax = "0.8.9"
46-
semver = "1.0.27"
47-
serde = { version = "1.0.228", features = ["derive"] }
48-
serde_json = "1.0.149"
44+
regex = "1.13.1"
45+
regex-syntax = "0.8.11"
46+
semver = "1.0.28"
47+
serde = { version = "1.0.229", features = ["derive"] }
48+
serde_json = "1.0.151"
4949
serde_urlencoded = { version = "0.7.1", optional = true }
5050
sxd-document = { version = "0.3.2", optional = true }
5151
tracing = "0.1.44" # This needs to be the same version across all the libs (i.e. Pact FFI and plugin driver)
52-
uuid = { version = "1.21.0", features = ["v4"] }
52+
uuid = { version = "1.24.0", features = ["v4"] }
5353

5454
[target.'cfg(not(target_family = "wasm"))'.dependencies]
5555
fs2 = "0.4.3"
@@ -62,8 +62,8 @@ hamcrest2 = "0.3.0"
6262
pretty_assertions = "1.4.1"
6363
rstest = "0.26.1"
6464
speculate = "0.1.2"
65-
test-log = { version = "0.2.19", features = ["trace"] }
66-
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "tracing-log", "fmt"] }
65+
test-log = { version = "0.2.21", features = ["trace"] }
66+
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "tracing-log", "fmt"] }
6767
trim-margin = "0.1.0"
6868

6969
[build-dependencies]

0 commit comments

Comments
 (0)