Skip to content

Commit 0b2de2e

Browse files
build: bump the rust-dependencies group with 3 updates
Bumps the rust-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [rattler_networking](https://github.com/conda/rattler) and [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware). Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31) Updates `rattler_networking` from 0.21.8 to 0.22.3 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_networking-v0.21.8...rattler_networking-v0.22.3) Updates `reqwest-middleware` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_networking dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: reqwest-middleware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 547535f commit 0b2de2e

File tree

2 files changed

+76
-33
lines changed

2 files changed

+76
-33
lines changed

Cargo.lock

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

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustls-tls = [
2323

2424
[dependencies]
2525
anyhow = "1.0.96"
26-
clap = { version = "4.5.30", features = ["derive", "string"] }
26+
clap = { version = "4.5.31", features = ["derive", "string"] }
2727
clap-verbosity-flag = { version = "3.0.2", features = ["tracing"] }
2828
futures = "0.3.31"
2929
indicatif = "0.17.11"
@@ -32,14 +32,14 @@ rattler_digest = "1.0.4"
3232
rattler_conda_types = "0.29.5"
3333
rattler_index = "0.20.2"
3434
rattler_lock = "0.22.34"
35-
rattler_networking = { version = "0.21.8", default-features = false }
35+
rattler_networking = { version = "0.22.3", default-features = false }
3636
rattler_package_streaming = { version = "0.22.18", default-features = false }
3737
rattler_shell = "0.22.10"
3838
reqwest = { version = "0.12.12", default-features = false, features = [
3939
"http2",
4040
"macos-system-configuration",
4141
] }
42-
reqwest-middleware = "0.4.0"
42+
reqwest-middleware = "0.4.1"
4343
serde = { version = "1.0.218", features = ["derive"] }
4444
serde_json = "1.0.139"
4545
serde_yaml = "0.9.34"

0 commit comments

Comments
 (0)