Skip to content

Commit

Permalink
build: bump the rust-dependencies group with 7 updates (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 3005fb9 commit 933ad37
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 38 deletions.
57 changes: 25 additions & 32 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ rustls-tls = [
[dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
toml = "0.8.19"
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
reqwest = { version = "0.12.12", default-features = false, features = ["http2"] }
serde_yaml = "0.9.34"
regex = "1.11.1"
spdx = "0.10.8"
colored = "2.2.0"
async-trait = "0.1.83"
colored = "3.0.0"
async-trait = "0.1.86"
rattler_conda_types = "0.29.5"
rattler_lock = "0.22.34"
anyhow = "1.0.95"
clap-verbosity-flag = "3.0.2"
env_logger = "0.11.6"
log = "0.4.22"
log = "0.4.25"

[dev-dependencies]
assert_cmd = "2.0.14"
predicates = "3.1.3"
serial_test = "3.2.0"
rstest = "0.23.0"
rstest = "0.24.0"

0 comments on commit 933ad37

Please sign in to comment.