Skip to content

Commit 9a115a0

Browse files
build: bump the rust-dependencies group with 7 updates (#41)
1 parent 5a7d1f3 commit 9a115a0

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

+24-24
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
@@ -19,9 +19,9 @@ rustls-tls = [
1919

2020
[dependencies]
2121
clap = { version = "4.5", features = ["derive"] }
22-
serde = { version = "1.0.217", features = ["derive"] }
23-
serde_json = "1.0.138"
24-
toml = "0.8.19"
22+
serde = { version = "1.0.218", features = ["derive"] }
23+
serde_json = "1.0.139"
24+
toml = "0.8.20"
2525
tokio = { version = "1.43.0", features = ["full"] }
2626
reqwest = { version = "0.12.12", default-features = false, features = ["http2"] }
2727
serde_yaml = "0.9.34"
@@ -31,11 +31,11 @@ colored = "3.0.0"
3131
async-trait = "0.1.86"
3232
rattler_conda_types = "0.29.5"
3333
rattler_lock = "0.22.34"
34-
anyhow = "1.0.95"
34+
anyhow = "1.0.96"
3535
clap-verbosity-flag = "3.0.2"
3636
env_logger = "0.11.6"
37-
log = "0.4.25"
38-
tempfile = "3.16.0"
37+
log = "0.4.26"
38+
tempfile = "3.17.1"
3939
csv = "1.3.1"
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)