Skip to content

Commit

Permalink
chore(pact_mock_server_cli): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Sep 4, 2024
1 parent d73b1a0 commit 4f61944
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,36 @@ tls = ["pact_mock_server/tls", "dep:rustls"]

[dependencies]
anyhow = "1.0.86"
bytes = "1.6.0"
clap = { version = "4.5.7", features = ["cargo"] }
bytes = "1.7.1"
clap = { version = "4.5.16", features = ["cargo"] }
comfy-table = "7.1.1"
http = "1.1.0"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = "0.1.6"
hyper-util = "0.1.7"
maplit = "1.0.2"
itertools = "0.13.0"
log = "0.4.22"
lazy_static = "1.5.0"
pact_matching = { version = "~1.2.5", default-features = false }
pact_mock_server = { version = "~2.0.0", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.2.2", default-features = false }
pact_matching = { version = "~1.2.7", default-features = false }
pact_mock_server = { version = "~2.0.2", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
rand = "0.8.5"
regex = "1.10.5"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
rustls = { version = "0.23.11", optional = true, default-features = false, features = ["ring"] }
serde_json = "1.0.108"
tokio = { version = "1.38.0", features = ["full"] }
regex = "1.10.6"
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
rustls = { version = "0.23.12", optional = true, default-features = false, features = ["ring"] }
serde_json = "1.0.127"
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-core = "0.1.32"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "local-time", "tracing-log"] }
url = "2.5.2"
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.10.0", features = ["v4"] }
webmachine-rust = "0.5.0"

[dev-dependencies]
quickcheck = "1.0.3"
expectest = "0.12.0"
trycmd = "0.15.4"
trycmd = "0.15.7"
test-log = "0.2.16"
env_logger = "0.11.3"
env_logger = "0.11.5"

0 comments on commit 4f61944

Please sign in to comment.