Skip to content

Commit

Permalink
chore(compatibility-suite): Remove locked version of tracing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 13, 2024
1 parent 6b15fde commit db14c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.2.5" }
pact_matching = { version = "1.2.6", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.10" }
pact_mock_server = { version = "1.2.11" }
pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.3", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
Expand All @@ -26,8 +26,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
sxd-document = "0.3.2"
tokio = { version = "1.33.0", features = ["full"] }
tracing = "=0.1.40"
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "tracing-log", "fmt"] }
uuid = { version = "1.5.0", features = ["v4"] }

[[test]]
Expand Down

0 comments on commit db14c14

Please sign in to comment.