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 11 updates #248

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-minor group with 11 updates:

Package From To
tokio 1.39.3 1.40.0
bytemuck 1.17.0 1.17.1
cc 1.1.14 1.1.15
euclid 0.22.10 0.22.11
indexmap 2.4.0 2.5.0
object 0.36.3 0.36.4
quinn 0.11.3 0.11.4
quinn-proto 0.11.6 0.11.7
rustix 0.38.34 0.38.35
rustls-webpki 0.102.6 0.102.7
webpki-roots 0.26.3 0.26.5

Updates tokio from 1.39.3 to 1.40.0

Release notes

Sourced from tokio's releases.

Tokio v1.40.0

1.40.0 (August 30th, 2024)

Added

  • io: add util::SimplexStream (#6589)
  • process: stabilize Command::process_group (#6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#6755)
  • task: add JoinSet::join_all (#6784)

Added (unstable)

  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#6742)

Changed

  • io: use vectored io for write_all_buf when possible (#6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#6744)
  • sync: mark mpsc types as UnwindSafe (#6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#6727)
  • task: use NonZeroU64 for task::Id (#6733)
  • task: include panic message when printing JoinError (#6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#6762)
  • time: eliminate timer wheel allocations (#6779)

Documented

  • docs: clarify that [build] section doesn't go in Cargo.toml (#6728)
  • io: clarify zero remaining capacity case (#6790)
  • macros: improve documentation for select! (#6774)
  • sync: document mpsc channel allocation behavior (#6773)

#6589: tokio-rs/tokio#6589 #6724: tokio-rs/tokio#6724 #6727: tokio-rs/tokio#6727 #6728: tokio-rs/tokio#6728 #6731: tokio-rs/tokio#6731 #6733: tokio-rs/tokio#6733 #6742: tokio-rs/tokio#6742 #6744: tokio-rs/tokio#6744 #6753: tokio-rs/tokio#6753 #6755: tokio-rs/tokio#6755 #6762: tokio-rs/tokio#6762 #6773: tokio-rs/tokio#6773 #6774: tokio-rs/tokio#6774 #6779: tokio-rs/tokio#6779 #6783: tokio-rs/tokio#6783 #6784: tokio-rs/tokio#6784 #6790: tokio-rs/tokio#6790

Commits

Updates bytemuck from 1.17.0 to 1.17.1

Changelog

Sourced from bytemuck's changelog.

1.17.1

  • Adds #[repr(C)] to the union Transmute<A, B> type that's used internally for most of the transmutations.
Commits

Updates cc from 1.1.14 to 1.1.15

Release notes

Sourced from cc's releases.

cc-v1.1.15

Other

  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)
Changelog

Sourced from cc's changelog.

1.1.15 - 2024-08-26

Other

  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)
Commits

Updates euclid from 0.22.10 to 0.22.11

Commits

Updates indexmap from 2.4.0 to 2.5.0

Changelog

Sourced from indexmap's changelog.

2.5.0

  • Added an insert_before method to IndexMap and IndexSet, as an alternative to shift_insert with different behavior on existing entries.
  • Added first_entry and last_entry methods to IndexMap.
  • Added From implementations between IndexedEntry and OccupiedEntry.
Commits
  • 48ed490 Release 2.5.0
  • 139d7ad Merge pull request #340 from cuviper/insert-bounds
  • 1d9b5e3 Add doc examples for insert_before and shift_insert
  • 8ca01b0 Use insert_before for "new" entries in insert_sorted
  • 7224def Add insert_before as an alternate to shift_insert
  • 0247a15 Document and assert index bounds in shift_insert
  • 922c6ad Update the CI badge
  • e482e17 Merge pull request #342 from cuviper/btree-like
  • b63e4a1 Merge pull request #341 from cuviper/from-entry
  • 264e5b7 Add doc aliases like BTreeMap/BTreeSet
  • Additional commits viewable in compare view

Updates object from 0.36.3 to 0.36.4

Changelog

Sourced from object's changelog.

0.36.4

Released 2024/08/30.

Added

  • Added pe::IMAGE_FILE_MACHINE_ARM64X and pe::IMAGE_FILE_MACHINE_CHPE_X86. #717

  • Added elf::SHF_GNU_RETAIN and elf::SHF_GNU_MBIND. #720

Changed

  • Fixed the checksum for COFF BSS section symbols in write::Object. #718

  • Changed read::CompressedData::decompress to validate the decompressed size. #723

  • Updated wasmparser dependency.


Commits

Updates quinn from 0.11.3 to 0.11.4

Release notes

Sourced from quinn's releases.

quinn-proto 0.11.4

What's Changed

Commits
  • c26e8cd Bump versions
  • e01609c Merge commit from fork
  • c292a3c Fix and test validation of IDCID length
  • bb02a12 fix(.github/android): use API level 26
  • 5e5cc93 fix(.github/android): pass matrix.target and increase api to v26
  • cef42cc fix(udp): typo in sendmsg error log
  • edf16a6 ci(rust.yml): add workflow testing feature permutations
  • a003e10 Allows build on Solaris (#1877)
  • b9ce9c8 Require slab 0.4.6
  • 1e48a70 build(deps): bump actions/setup-java from 3 to 4
  • Additional commits viewable in compare view

Updates quinn-proto from 0.11.6 to 0.11.7

Commits
  • c26e8cd Bump versions
  • e01609c Merge commit from fork
  • c292a3c Fix and test validation of IDCID length
  • bb02a12 fix(.github/android): use API level 26
  • 5e5cc93 fix(.github/android): pass matrix.target and increase api to v26
  • cef42cc fix(udp): typo in sendmsg error log
  • edf16a6 ci(rust.yml): add workflow testing feature permutations
  • a003e10 Allows build on Solaris (#1877)
  • b9ce9c8 Require slab 0.4.6
  • 1e48a70 build(deps): bump actions/setup-java from 3 to 4
  • Additional commits viewable in compare view

Updates rustix from 0.38.34 to 0.38.35

Commits
  • 629de02 chore: Release rustix version 0.38.35
  • c4c4511 Miscellaneous documentation fixes. (#1142)
  • b978851 Fix elided_lifetimes_in_paths warnings. (#1141)
  • 5ee37f5 Disable the futex deprecation for now. (#1138)
  • e8bcc80 Add more documentation for inotify. (#1140)
  • 3bf3410 Add inotify:: qualifiers to the inotify deprecation messages. (#1136)
  • 547fbe7 Add a module-level example comment to the shm module. (#1137)
  • 8da70cb Miscellaneous documentation and clippy fixes for epoll. (#1135)
  • e2014c5 Miscellaneous documentation and clippy fixes for futex. (#1134)
  • d0c4b8f Add more epoll:: qualifiers to epoll's public API. (#1132)
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.102.6 to 0.102.7

Release notes

Sourced from rustls-webpki's releases.

0.102.7

  • Initial support for RFC 7250 "Raw public keys". A new RawPublicKeyEntity type has been added, offering a verify_signature() fn for verifying the signature over a given message using a raw public key produced from a pki_types::SubjectPublicKeyInfoDer instance.
  • Relaxed CRL requirements for certificates with CRL distribution point extensions. Previously the revocation checking logic only considered a CRL authoritative for a certificate when it had a CRL distribution point extension if the CRL also had an issuing distribution point extension that matched. This has now been relaxed to consider a CRL without any issuing distribution point extension as authoritative for certificates with a matching issuer.

What's Changed

New Contributors

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

Commits
  • 380a7d5 build(deps): bump the crates-io group with 2 updates
  • f067bda build(deps): bump the crates-io group with 2 updates
  • 99d73fc build(deps): bump the crates-io group with 2 updates
  • b244be4 Update version to 0.102.7
  • c8e6527 Add integration tests
  • 3a02ccc Add verification function that verifies signature with spki
  • c2ff93b build(deps): bump serde_json in the crates-io group
  • feff113 crl: CRL w/o IDP ext auth. for cert w/ DP
  • 6cd6d03 deny: deny multiple dependency versions
  • f74cf3e Update deny config
  • Additional commits viewable in compare view

Updates webpki-roots from 0.26.3 to 0.26.5

Release notes

Sourced from webpki-roots's releases.

0.26.5

New trust anchors

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.4...v/0.26.5

0.26.4

  • New webpki-root-certs crate. This crate is similar to webpki-roots, but for use with other projects that require the full self-signed X.509 certificate for each trusted root. This is unnecessary overhead for webpki and rustls and you should prefer using webpki-roots for these projects.

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.3...v/0.26.4

Commits
  • 1175f11 webpki-root(-certs): v0.26.5
  • dc6d7c8 aug 29th upstream ccadb updates
  • 10f8379 webpki-root-certs: 0.26.3 -> 0.26.4
  • ec9d1fa project: use symlinks for license files
  • 893b156 docs: update workspace README
  • dfdf31f ci: enforce consistent formatting
  • 2effb54 webpki-roots: use explicit lifetimes
  • 30ac407 webpki-root-certs: add initial crate, code generation
  • bd3b7bc Cargo: update pki-types 1 -> 1.8
  • 8e411bc tests: use values() for tls_roots_map iter
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 2, 2024
@torokati44 torokati44 enabled auto-merge (rebase) September 2, 2024 10:27
Bumps the rust-minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.17.0` | `1.17.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.14` | `1.1.15` |
| [euclid](https://github.com/servo/euclid) | `0.22.10` | `0.22.11` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.4.0` | `2.5.0` |
| [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.4` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.4` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.6` | `0.11.7` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.34` | `0.38.35` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.102.6` | `0.102.7` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.3` | `0.26.5` |


Updates `tokio` from 1.39.3 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)

Updates `bytemuck` from 1.17.0 to 1.17.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.0...v1.17.1)

Updates `cc` from 1.1.14 to 1.1.15
- [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.14...cc-v1.1.15)

Updates `euclid` from 0.22.10 to 0.22.11
- [Release notes](https://github.com/servo/euclid/releases)
- [Commits](https://github.com/servo/euclid/commits)

Updates `indexmap` from 2.4.0 to 2.5.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.4.0...2.5.0)

Updates `object` from 0.36.3 to 0.36.4
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.3...0.36.4)

Updates `quinn` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-0.11.3...quinn-0.11.4)

Updates `quinn-proto` from 0.11.6 to 0.11.7
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.6...quinn-proto-0.11.7)

Updates `rustix` from 0.38.34 to 0.38.35
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.34...v0.38.35)

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

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: bytemuck
  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: euclid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: quinn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: quinn-proto
  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-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@torokati44 torokati44 force-pushed the dependabot/cargo/rust-minor-d60dd94b57 branch from 16c0684 to d694f2f Compare September 2, 2024 10:27
@torokati44 torokati44 merged commit 287ea8a into main Sep 2, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-d60dd94b57 branch September 2, 2024 10:36
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