Skip to content

Commit

Permalink
chore(pact_consumer): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Sep 4, 2024
1 parent cbd167b commit 4604729
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ colour = ["dep:yansi"]

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.81"
bytes = "1.6.1"
async-trait = "0.1.82"
bytes = "1.7.1"
futures = "0.3.30"
itertools = "0.13.0"
lazy_static = "1.5.0"
Expand All @@ -34,10 +34,10 @@ pact_matching = { version = "~1.2.7", path = "../pact_matching", default-feature
pact_mock_server = { version = "~2.0.2", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false }
regex = "1.10.5"
serde_json = "1.0.120"
termsize = "0.1.8"
tokio = { version = "1.38.0", features = ["full"] }
regex = "1.10.6"
serde_json = "1.0.127"
termsize = "0.1.9"
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-core = "0.1.32"
url = "2.5.2"
Expand All @@ -46,10 +46,10 @@ yansi = { version = "1.0.1", optional = true }

[dev-dependencies]
quickcheck = "1.0.3"
env_logger = "0.11.3"
env_logger = "0.11.5"
expectest = "0.12.0"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde = { version = "1.0.209", features = ["derive"] }
rand = "0.8.5"
tokio-test = "0.4.4"
test-log = { version = "0.2.16", features = ["trace"] }
Expand Down

0 comments on commit 4604729

Please sign in to comment.