Skip to content

Commit 3c355f0

Browse files
build: bump the rust-dependencies group with 6 updates
Bumps the rust-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [rattler](https://github.com/mamba-org/rattler) | `0.26.1` | `0.26.2` | | [rattler_conda_types](https://github.com/mamba-org/rattler) | `0.25.0` | `0.25.1` | | [rattler_index](https://github.com/mamba-org/rattler) | `0.19.14` | `0.19.15` | | [rattler_lock](https://github.com/mamba-org/rattler) | `0.22.9` | `0.22.10` | | [rattler_package_streaming](https://github.com/mamba-org/rattler) | `0.21.1` | `0.21.2` | | [rattler_shell](https://github.com/mamba-org/rattler) | `0.20.6` | `0.20.7` | Updates `rattler` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler-v0.26.1...rattler-v0.26.2) Updates `rattler_conda_types` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_conda_types-v0.25.0...rattler_conda_types-v0.25.1) Updates `rattler_index` from 0.19.14 to 0.19.15 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_index-v0.19.14...rattler_index-v0.19.15) Updates `rattler_lock` from 0.22.9 to 0.22.10 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_lock-v0.22.9...rattler_lock-v0.22.10) Updates `rattler_package_streaming` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_package_streaming-v0.21.1...rattler_package_streaming-v0.21.2) Updates `rattler_shell` from 0.20.6 to 0.20.7 - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/mamba-org/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_shell-v0.20.6...rattler_shell-v0.20.7) --- updated-dependencies: - dependency-name: rattler dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_conda_types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_index dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_lock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_package_streaming dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_shell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c09fcc0 commit 3c355f0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

+12-12
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
@@ -15,10 +15,10 @@ clap = { version = "4.5.4", features = ["derive", "string"] }
1515
clap-verbosity-flag = "2.2.0"
1616
futures = "0.3.30"
1717
indicatif = "0.17.8"
18-
rattler = "0.26.0"
18+
rattler = "0.26.2"
1919
rattler_conda_types = "0.25.0"
20-
rattler_index = "0.19.14"
21-
rattler_lock = "0.22.9"
20+
rattler_index = "0.19.15"
21+
rattler_lock = "0.22.10"
2222
rattler_networking = "0.20.8"
2323
rattler_package_streaming = "0.21.1"
2424
rattler_shell = "0.20.6"

0 commit comments

Comments
 (0)