Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the rust-dependencies group with 16 updates:

Package From To
anyhow 1.0.86 1.0.89
clap 4.5.16 4.5.19
clap-verbosity-flag 2.2.1 2.2.2
rattler_digest 1.0.1 1.0.2
rattler_conda_types 0.27.2 0.27.4
rattler_lock 0.22.20 0.22.22
rattler_networking 0.21.2 0.21.4
rattler_package_streaming 0.22.3 0.22.5
rattler_shell 0.21.6 0.21.8
reqwest 0.12.7 0.12.8
serde 1.0.209 1.0.210
serde_json 1.0.127 1.0.128
tokio-stream 0.1.15 0.1.16
tempfile 3.12.0 3.13.0
async-std 1.12.0 1.13.0
rstest 0.22.0 0.23.0

Updates anyhow from 1.0.86 to 1.0.89

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • 139f266 Release 1.0.88
  • aa3ab2b Merge pull request #385 from dtolnay/docnostd
  • 44c3767 Update documentation on no-std error type conversions
  • afe93e7 Release 1.0.87
  • d58fa4b Fix outdated html_root_url
  • c18d807 Disable unused doc_cfg feature
  • Additional commits viewable in compare view

Updates clap from 4.5.16 to 4.5.19

Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies

v4.5.18

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Changelog

Sourced from clap's changelog.

[4.5.19] - 2024-10-01

Internal

  • Update dependencies

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Commits
  • 1089073 chore: Release
  • c9b8c85 docs: Update changelog
  • 8b3de18 Merge pull request #5685 from epage/engine
  • b38538d fix(complete)!: Rename dynamic to engine
  • 232af62 Merge pull request #5684 from epage/endless
  • 0209a79 fix(complete): Don't cause endless completions for bash/zsh
  • d811585 chore: Release
  • ab948b3 docs: Update changelog
  • 82e599e Merge pull request #5602 from shannmu/delimiter_values
  • 59bf26d feat(clap_complete): Support delimiter values in native completions
  • Additional commits viewable in compare view

Updates clap-verbosity-flag from 2.2.1 to 2.2.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.2] - 2024-09-26

Fixes

  • Resolve overflow issues
Commits
  • 74d1e81 chore: Release clap-verbosity-flag version 2.2.2
  • 502ef85 docs: Update changelog
  • 41425bb Merge pull request #115 from joshka/jm/verbosity-u8
  • 9936958 fix: Don't overflow on boundary conditions
  • c684b6f refactor: Track numeric levels as a u8
  • 4e3f4e5 refactor: Break out parts of verbosity calculation
  • 02ddbef refactor: Shift numeric level to be 0 based
  • 4c96f55 test: Verbosity calculatio boundary conditions
  • c621a6a Merge pull request #113 from clap-rs/renovate/embarkstudios-cargo-deny-action...
  • 27f5cc9 chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
  • Additional commits viewable in compare view

Updates rattler_digest from 1.0.1 to 1.0.2

Release notes

Sourced from rattler_digest's releases.

rattler_digest-v1.0.2

Fixed

Commits

Updates rattler_conda_types from 0.27.2 to 0.27.4

Release notes

Sourced from rattler_conda_types's releases.

rattler_conda_types-v0.27.4

Other

  • make PackageCache multi-process safe (#837)

rattler_conda_types-v0.27.3

Added

  • add edge case tests for StringMatcher (#839)
Commits

Updates rattler_lock from 0.22.20 to 0.22.22

Release notes

Sourced from rattler_lock's releases.

rattler_lock-v0.22.22

Other

  • make PackageCache multi-process safe (#837)

rattler_lock-v0.22.21

Added

  • Add support for CONDA_OVERRIDE_CUDA (#818)
Commits

Updates rattler_networking from 0.21.2 to 0.21.4

Release notes

Sourced from rattler_networking's releases.

rattler_networking-v0.21.4

Fixed

rattler_networking-v0.21.3

Other

  • make PackageCache multi-process safe (#837)
Commits

Updates rattler_package_streaming from 0.22.3 to 0.22.5

Release notes

Sourced from rattler_package_streaming's releases.

rattler_package_streaming-v0.22.5

Other

  • make PackageCache multi-process safe (#837)

rattler_package_streaming-v0.22.4

Added

  • Add support for CONDA_OVERRIDE_CUDA (#818)

Fixed

  • zip large files compression (#838)
Commits

Updates rattler_shell from 0.21.6 to 0.21.8

Release notes

Sourced from rattler_shell's releases.

rattler_shell-v0.21.8

Other

  • make PackageCache multi-process safe (#837)

rattler_shell-v0.21.7

Other

  • updated the following local packages: rattler_conda_types
Commits

Updates reqwest from 0.12.7 to 0.12.8

Release notes

Sourced from reqwest's releases.

v0.12.8

What's Changed

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.7...v0.12.8

Changelog

Sourced from reqwest's changelog.

v0.12.8

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
Commits

Updates serde from 1.0.209 to 1.0.210

Release notes

Sourced from serde's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view

Updates serde_json from 1.0.127 to 1.0.128

Release notes

Sourced from serde_json's releases.

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)
Commits
  • d96b1d9 Release 1.0.128
  • 599228d Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer
  • 5416cee feat: add support for 128 bit HashMap key serialization
  • 27a4ca9 Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates tokio-stream from 0.1.15 to 0.1.16

Commits

Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits

Updates async-std from 1.12.0 to 1.13.0

Release notes

Sourced from async-std's releases.

v1.13.0

Added

  • IO Safety traits implementations

Changed

  • Various dependencies updates
  • Export BufReadExt and SeekExt from async_std::io
Changelog

Sourced from async-std's changelog.

[1.13.0] - 2024-09-06

Added

  • IO Safety traits implementations

Changed

  • Various dependencies updates
  • Export BufReadExt and SeekExt from async_std::io
Commits
  • 2987d21 Merge pull request #1083 from Keruspe/+release-prepare
  • 0c382db Bump version to 1.13.0
  • 566684c CHANGELOG.md: updates for 1.13.0
  • 1c1b209 Merge pull request #1085 from Keruspe/release-prepare
  • 57eafb4 silence warnings reported by newer rust versions
  • 79c89d7 deps: update gloo-timers to 0.3
  • 19ccd34 Merge pull request #1084 from sunfishcode/main
  • 590386a Fix compilation errors with feature = io_safety.
  • 74dbd3a Merge pull request #1082 from jayvdb/typos
  • 3074209 Merge pull request #1064 from frisoft/main
  • Additional commits viewable in compare view

Updates rstest from 0.22.0 to 0.23.0

Release notes

Sourced from rstest's releases.

0.23.0

What's Changed

New Contributors

Full Changelog: la10736/rstest@v0.22.0...v0.23.0

Changelog

Sourced from rstest's changelog.

[0.23.0] 2024/9/29

Add

  • You can now use environment variables in #[files] with an optional default value (see #277).
  • You can now set a base_dir for #[files] with the $[base_dir = "..."] attribute (see #277).
Commits
  • da11d4e Update dependency and prepare the release
  • 0c6e203 Update checkout list
  • 20e8858 Make clippy happy
  • 57a9342 Playground should use dev package
  • 8a04803 Removed the useless build rerun variable
  • 8c232bc Add a test for invalid base_dir value
  • 3520861 Add tests for replace_env_vars
  • 465a401 Add unit tests for parsing attributes, and add base_dir
  • a970613 Add a test for declared environment variables
  • c65d1c0 Add tests and #[ignore_missing_env_vars]
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants