Skip to content

Commit

Permalink
chore(compatibility-suite): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 20, 2023
1 parent 2e7cbf6 commit a373eb3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 69 deletions.
93 changes: 39 additions & 54 deletions compatibility-suite/Cargo.lock

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

30 changes: 15 additions & 15 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ version = "0.0.0"
edition = "2021"

[dev-dependencies]
anyhow = "1.0.71"
async-trait = "0.1.71"
base64 = "0.21.2"
bytes = "1.4.0"
cucumber = "0.20.0"
futures = "0.3.28"
anyhow = "1.0.75"
async-trait = "0.1.74"
base64 = "0.21.5"
bytes = "1.5.0"
cucumber = "0.20.1"
futures = "0.3.29"
itertools = "0.11.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = "~1.1.12"
pact_matching = { version = "1.1.7", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.2", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.0.4", path = "../rust/pact_consumer" }
pact_verifier = { version = "1.0.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.1.0", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["rustls-tls-native-roots", "json"] }
rocket = { version = "0.5.0-rc.3", features = ["json"] }
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["rustls-tls-native-roots", "json"] }
rocket = { version = "0.5.0", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.108"
sxd-document = "0.3.2"
tokio = { version = "1.29.1", features = ["full"] }
tracing = "0.1.37"
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "tracing-log", "fmt"] }
uuid = { version = "1.4.0", features = ["v4"] }
uuid = { version = "1.5.0", features = ["v4"] }

[[test]]
name = "v1_consumer"
Expand Down

0 comments on commit a373eb3

Please sign in to comment.