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(deps): bump the rust-minor group with 10 updates #257

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the rust-minor group with 10 updates:

Package From To
anyhow 1.0.87 1.0.89
cc 1.1.18 1.1.19
hyper-util 0.1.7 0.1.8
once_cell 1.19.0 1.20.0
redox_syscall 0.5.3 0.5.4
rustix 0.38.36 0.38.37
rustls 0.23.12 0.23.13
rustls-webpki 0.102.7 0.102.8
unicode-ident 1.0.12 1.0.13
unicode-segmentation 1.11.0 1.12.0

Updates anyhow from 1.0.87 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
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
  • See full diff in compare view

Updates cc from 1.1.18 to 1.1.19

Release notes

Sourced from cc's releases.

cc-v1.1.19

Other

  • Add support arm64e-apple-darwin (#1207)
Changelog

Sourced from cc's changelog.

1.1.19 - 2024-09-15

Other

  • Add support arm64e-apple-darwin (#1207)
Commits

Updates hyper-util from 0.1.7 to 0.1.8

Changelog

Sourced from hyper-util's changelog.

0.1.8 (2024-09-09)

  • Add server::conn::auto::upgrade::downcast() for use with auto connection upgrades.
Commits
  • ad4a376 v0.1.8
  • 164d926 Introduce hyper_util::server::conn::auto::upgrade::downcast (#147)
  • df55aba refactor: run dns resolution in the same tracing-span as the caller (#134)
  • 9fcc7f6 refactor(client): Add conditional compilation for interface field in HttpCo...
  • cbe098a tests: rewrite drop_client_closes_idle_connection in async (#141)
  • See full diff in compare view

Updates once_cell from 1.19.0 to 1.20.0

Changelog

Sourced from once_cell's changelog.

1.20.0

  • propagate critical-section feature selection into portable-atomic; other minor updates #260
Commits
  • 72f7c2e Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...
  • be6b623 v1.20.0
  • f2d95bf update Cargo (dev-)dependencies; update Cargo.lock.msrv
  • dd6b5c2 ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS
  • 7317eae add cargo test --workspace to beginning of TEST task
  • bd54bf7 fix default-features flag for parking_lot_core in dependencies
  • bb70b9e cargo fmt updates
  • b433a8c propagate critical-section feature selection into portable-atomic
  • See full diff in compare view

Updates redox_syscall from 0.5.3 to 0.5.4

Updates rustix from 0.38.36 to 0.38.37

Commits

Updates rustls from 0.23.12 to 0.23.13

Commits
  • a8d875f Prepare 0.23.13
  • bc892cd kx: work around aws-lc-rs accepting more point formats
  • 9730181 Take aws-lc-rs 1.9 and enable prebuilt-nasm
  • 1376edd fix(deps): update rust crate zlib-rs to 0.3
  • 696a1ef added links to rustls-wolfcrypt-provider in the third-party crypto providers ...
  • f05b0cc validate_ffdhe_params: also validate constants
  • 37af3c1 Override default ffdhe_group() for all kx impls
  • 92ff3d8 Deprecate and remove use of FfdheGroup::named_group
  • 483fece Deprecate and remove use of FfdheGroup::from_named_group
  • 97191e0 Have key exchange types know their FFDHE group
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.102.7 to 0.102.8

Release notes

Sourced from rustls-webpki's releases.

0.102.8

Release notes

  • Support for aws-lc-rs 1.9 added. This release adds supports for compressed EC public keys, when used with aws-lc-rs.

What's Changed

Full Changelog: rustls/webpki@v/0.102.7...v/0.102.8

Commits

Updates unicode-ident from 1.0.12 to 1.0.13

Release notes

Sourced from unicode-ident's releases.

1.0.13

  • Update to Unicode 16.0.0 (#27)
Commits
  • e34a369 Release 1.0.13
  • b9b75da Merge pull request #27 from dtolnay/unicode
  • 9c053be Update to Unicode 16.0.0
  • ab77194 Upload CI Cargo.lock for reproducing failures
  • a8736e7 Explicitly install a Rust toolchain for cargo-outdated job
  • d63c2b5 Revert "Run cargo-outdated on workspace root for now"
  • e7cfa7e Re-enable cargo-outdated in CI
  • 2944bc6 Run cargo-outdated on workspace root for now
  • 27eee64 Link to cargo-outdated bug
  • 116dea8 Temporarily ignore cargo-outdated job in CI
  • Additional commits viewable in compare view

Updates unicode-segmentation from 1.11.0 to 1.12.0

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 16, 2024
Bumps the rust-minor group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.87` | `1.0.89` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.18` | `1.1.19` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.7` | `0.1.8` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.0` |
| redox_syscall | `0.5.3` | `0.5.4` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.36` | `0.38.37` |
| [rustls](https://github.com/rustls/rustls) | `0.23.12` | `0.23.13` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.102.7` | `0.102.8` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.11.0` | `1.12.0` |


Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.87...1.0.89)

Updates `cc` from 1.1.18 to 1.1.19
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.18...cc-v1.1.19)

Updates `hyper-util` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.7...v0.1.8)

Updates `once_cell` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.0)

Updates `redox_syscall` from 0.5.3 to 0.5.4

Updates `rustix` from 0.38.36 to 0.38.37
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.36...v0.38.37)

Updates `rustls` from 0.23.12 to 0.23.13
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.12...v/0.23.13)

Updates `rustls-webpki` from 0.102.7 to 0.102.8
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.102.7...v/0.102.8)

Updates `unicode-ident` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.12...1.0.13)

Updates `unicode-segmentation` from 1.11.0 to 1.12.0
- [Commits](unicode-rs/unicode-segmentation@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: hyper-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: unicode-segmentation
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-minor-6f6dc6b6e0 branch from 8ed740a to a4cc052 Compare September 16, 2024 11:36
@torokati44 torokati44 merged commit fd9c1b6 into main Sep 16, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-6f6dc6b6e0 branch September 16, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant