Skip to content

Commit 933ad37

Browse files
build: bump the rust-dependencies group with 7 updates (#30)
1 parent 3005fb9 commit 933ad37

File tree

2 files changed

+31
-38
lines changed

2 files changed

+31
-38
lines changed

Cargo.lock

+25-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ rustls-tls = [
2020
[dependencies]
2121
clap = { version = "4.5", features = ["derive"] }
2222
serde = { version = "1.0.217", features = ["derive"] }
23-
serde_json = "1.0.134"
23+
serde_json = "1.0.138"
2424
toml = "0.8.19"
25-
tokio = { version = "1.42.0", features = ["full"] }
25+
tokio = { version = "1.43.0", features = ["full"] }
2626
reqwest = { version = "0.12.12", default-features = false, features = ["http2"] }
2727
serde_yaml = "0.9.34"
2828
regex = "1.11.1"
2929
spdx = "0.10.8"
30-
colored = "2.2.0"
31-
async-trait = "0.1.83"
30+
colored = "3.0.0"
31+
async-trait = "0.1.86"
3232
rattler_conda_types = "0.29.5"
3333
rattler_lock = "0.22.34"
3434
anyhow = "1.0.95"
3535
clap-verbosity-flag = "3.0.2"
3636
env_logger = "0.11.6"
37-
log = "0.4.22"
37+
log = "0.4.25"
3838

3939
[dev-dependencies]
4040
assert_cmd = "2.0.14"
4141
predicates = "3.1.3"
4242
serial_test = "3.2.0"
43-
rstest = "0.23.0"
43+
rstest = "0.24.0"

0 commit comments

Comments
 (0)