-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump the rust-dependencies group with 16 updates #53
Merged
Commits on Oct 1, 2024
-
build: bump the rust-dependencies group with 16 updates
Bumps the rust-dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.19` | | [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.1` | `2.2.2` | | [rattler_digest](https://github.com/conda/rattler) | `1.0.1` | `1.0.2` | | [rattler_conda_types](https://github.com/conda/rattler) | `0.27.2` | `0.27.4` | | [rattler_lock](https://github.com/conda/rattler) | `0.22.20` | `0.22.22` | | [rattler_networking](https://github.com/conda/rattler) | `0.21.2` | `0.21.4` | | [rattler_package_streaming](https://github.com/conda/rattler) | `0.22.3` | `0.22.5` | | [rattler_shell](https://github.com/conda/rattler) | `0.21.6` | `0.21.8` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.15` | `0.1.16` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` | | [async-std](https://github.com/async-rs/async-std) | `1.12.0` | `1.13.0` | | [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.23.0` | Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `clap` from 4.5.16 to 4.5.19 - [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.16...clap_complete-v4.5.19) Updates `clap-verbosity-flag` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v2.2.1...v2.2.2) Updates `rattler_digest` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_digest-v1.0.1...rattler_digest-v1.0.2) Updates `rattler_conda_types` from 0.27.2 to 0.27.4 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_conda_types-v0.27.2...rattler_conda_types-v0.27.4) Updates `rattler_lock` from 0.22.20 to 0.22.22 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_lock-v0.22.20...rattler_lock-v0.22.22) Updates `rattler_networking` from 0.21.2 to 0.21.4 - [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.2...rattler_networking-v0.21.4) Updates `rattler_package_streaming` from 0.22.3 to 0.22.5 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_package_streaming-v0.22.3...rattler_package_streaming-v0.22.5) Updates `rattler_shell` from 0.21.6 to 0.21.8 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_shell-v0.21.6...rattler_shell-v0.21.8) Updates `reqwest` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8) Updates `serde` from 1.0.209 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.209...v1.0.210) Updates `serde_json` from 1.0.127 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.127...1.0.128) Updates `tokio-stream` from 0.1.15 to 0.1.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16) Updates `tempfile` from 3.12.0 to 3.13.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.13.0) Updates `async-std` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](async-rs/async-std@v1.12.0...v1.13.0) Updates `rstest` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rattler_digest 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_lock 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-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 - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93f3bae - Browse repository at this point
Copy the full SHA 93f3baeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.