Skip to content

Commit

Permalink
chore(pact-models): Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 12, 2024
1 parent 0aaa3fb commit 04f5d1a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 56 deletions.
94 changes: 43 additions & 51 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions rust/pact_models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ xml = ["dep:sxd-document"] # support for matching XML documents
[dependencies]
ariadne = "0.5.0"
anyhow = "1.0.93"
base64 = "0.21.2"
base64 = "0.22.1"
bytes = { version = "1.4.0", features = ["serde"] }
chrono = { version = "0.4.22", features = ["std", "clock"], default-features = false, optional = true }
chrono-tz = { version = "0.8.0", optional = true }
chrono-tz = { version = "0.10.0", optional = true }
gregorian = { version = "0.2.4", optional = true }
hashers = "1.0.1"
hex = "0.4.3"
indextree = "4.6.0"
itertools = "0.10.5"
itertools = "0.13.0"
lazy_static = "1.4.0"
lenient_semver = "0.4.2"
logos = "0.13.0"
logos = "0.14.2"
maplit = "1.0.2"
mime = "0.3.17"
nom = "7.1.3"
Expand Down Expand Up @@ -61,7 +61,7 @@ expectest = "0.12.0"
env_logger = "0.11.3"
hamcrest2 = "0.3.0"
pretty_assertions = "1.3.0"
rstest = "0.19.0"
rstest = "0.23.0"
speculate = "0.1.2"
test-log = { version = "0.2.11", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
Expand Down

0 comments on commit 04f5d1a

Please sign in to comment.