Skip to content

Commit 5357d44

Browse files
build: bump the rust-dependencies group with 7 updates (#12)
1 parent 7cdb143 commit 5357d44

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

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

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ rustls-tls = [
1919

2020
[dependencies]
2121
clap = { version = "4.5", features = ["derive"] }
22-
serde = { version = "1.0.211", features = ["derive"] }
22+
serde = { version = "1.0.214", features = ["derive"] }
2323
serde_json = "1.0.132"
2424
toml = "0.8.19"
25-
tokio = { version = "1.36.0", features = ["full"] }
26-
reqwest = { version = "0.12.8", default-features = false, features = ["http2"] }
25+
tokio = { version = "1.41.0", features = ["full"] }
26+
reqwest = { version = "0.12.9", default-features = false, features = ["http2"] }
2727
serde_yaml = "0.9.34"
28-
regex = "1.11.0"
28+
regex = "1.11.1"
2929
spdx = "0.10.6"
3030
colored = "2.1.0"
3131
async-trait = "0.1.83"
32-
rattler_conda_types = "0.28.2"
33-
rattler_lock = "0.22.27"
34-
anyhow = "1.0.90"
32+
rattler_conda_types = "0.28.3"
33+
rattler_lock = "0.22.28"
34+
anyhow = "1.0.92"
3535
clap-verbosity-flag = "2.2.2"
3636
env_logger = "0.11.5"
3737
log = "0.4.22"

0 commit comments

Comments
 (0)