Skip to content

Commit

Permalink
build: bump the rust-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent c09fcc0 commit 3c355f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ clap = { version = "4.5.4", features = ["derive", "string"] }
clap-verbosity-flag = "2.2.0"
futures = "0.3.30"
indicatif = "0.17.8"
rattler = "0.26.0"
rattler = "0.26.2"
rattler_conda_types = "0.25.0"
rattler_index = "0.19.14"
rattler_lock = "0.22.9"
rattler_index = "0.19.15"
rattler_lock = "0.22.10"
rattler_networking = "0.20.8"
rattler_package_streaming = "0.21.1"
rattler_shell = "0.20.6"
Expand Down

0 comments on commit 3c355f0

Please sign in to comment.