Skip to content

Commit

Permalink
chore: Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 20, 2023
1 parent 2ff2d87 commit 75a5d1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

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

28 changes: 14 additions & 14 deletions rust/pact_verifier_cli/Cargo.toml
Expand Up @@ -23,24 +23,24 @@ junit = ["dep:junit-report"] # suport for MIME multipart bodies

[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.70"
clap = { version = "4.2.1", features = ["cargo", "env"] }
anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["cargo", "env"] }
env_logger = "0.10.0"
junit-report = { version = "0.8.2", optional = true }
log = "0.4.17"
junit-report = { version = "0.8.3", optional = true }
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.1.12", default-features = false }
pact_verifier = { version = "~1.0.4", path = "../pact_verifier", default-features = false }
regex = "1.7.3"
reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.95"
time = "0.3.20"
tokio = { version = "1.27.0", features = ["full"] }
tracing = "0.1.37"
tracing-core = "0.1.30"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log"] }
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.108"
time = "0.3.30"
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.40"
tracing-core = "0.1.32"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "tracing-log"] }

[dev-dependencies]
expectest = "0.12.0"
trycmd = "0.14.13"
trycmd = "0.14.19"

0 comments on commit 75a5d1a

Please sign in to comment.