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 across 1 directory with 9 updates #213

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the rust-minor group with 7 updates in the / directory:

Package From To
cc 1.1.5 1.1.6
enumset 1.1.3 1.1.4
quinn-udp 0.5.2 0.5.4
redox_syscall 0.5.2 0.5.3
rustls-webpki 0.102.5 0.102.6
thiserror 1.0.62 1.0.63
wide 0.7.25 0.7.26

Updates cc from 1.1.5 to 1.1.6

Release notes

Sourced from cc's releases.

cc-v1.1.6

Other

Changelog

Sourced from cc's changelog.

1.1.6 - 2024-07-19

Other

Commits

Updates enumset from 1.1.3 to 1.1.4

Changelog

Sourced from enumset's changelog.

Version 1.1.4 (2024-07-22)

  • The empty, all, bit_width, and variant_count functions of EnumSet<T> are now const.
  • The EMPTY and ALL consts of EnumSet<T> are deprecated in favor of the empty and all functions.
  • The std feature flag has been deprecated in favor of the new const-proc-macro feature flag. The feature flag was never used for any std-specific functionality beyond that crate.
  • Minimum required Rust version is now 1.61+, due to updates in dependencies and to allow additional functions to be const.
  • Minimum required Rust version when the std or const-proc-macro feature flags are enabled is now 1.69+.
  • Minor fixes to documentation. (Thanks @​xnuk)
Commits
  • b2d859d Fix CI script more. (Candidate v1.1.4 release)
  • a24b0f6 Fix warnings revealed by CI. (Candidate v1.1.4 release)
  • 3921582 Bump version to 1.1.4
  • fdb5f2e Bless new test results.
  • fa62127 Make functions that can be const as of 1.61, const. (Fixes #45)
  • 11a2482 Add a deprecation warning for the std feature.
  • 41c193e Update MSRVs for crate updates, and deprecate std feature.
  • ef4a4a0 Merge branch 'main' of github.com:Lymia/enumset
  • e234b22 Bless new test results for compile-fail.
  • cf73f3f Merge pull request #50 from xnuk/patch-1
  • Additional commits viewable in compare view

Updates enumset_derive from 0.8.1 to 0.9.0

Commits

Updates quinn-udp from 0.5.2 to 0.5.4

Release notes

Sourced from quinn-udp's releases.

quinn 0.5.3 is a quick maintenance release to solve a single bug:

  • Re-export tls::ParseError (#620, backported in #623)
Commits
  • 061a74f fix(udp): feature flag tracing in windows.rs
  • ff91ffe chore: increase quinn-udp version to v0.5.3
  • 8712910 deps(udp): make tracing optional and add optional log
  • 349dcd6 refactor(udp): add use declaration for tracing debug and error
  • 411abe9 Fix lack of reexport of ConnectionStats and ResetError (#1920)
  • 3f489e2 Use workspace dependencies for all external dependencies
  • f484d63 proto: bump version to 0.11.4
  • f0fa66f proto: avoid overflow in handshake done statistic
  • 32c2d91 Bump MSRV to 1.67 (for cc)
  • 36407fe bench(udp): measure non-GSO & GSO on localhost (#1915)
  • Additional commits viewable in compare view

Updates redox_syscall from 0.5.2 to 0.5.3

Updates rustls-webpki from 0.102.5 to 0.102.6

Release notes

Sourced from rustls-webpki's releases.

0.102.6

  • Add support for P-521 curve with SHA-256/SHA-384 digests

What's Changed

New Contributors

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

Commits
  • 1b7f39b Prepare 0.102.6
  • 917b1ba Add support for P-521 curve with SHA-256/SHA-384 digests (#272)
  • 97242e5 Update reference in test generation code
  • 36f697f Update EndEntityCert documentation
  • 89ecb19 build(deps): bump serde from 1.0.203 to 1.0.204 in the crates-io group
  • fac0431 types: avoid markdown footnotes
  • See full diff in compare view

Updates thiserror from 1.0.62 to 1.0.63

Release notes

Sourced from thiserror's releases.

1.0.63

  • Documentation improvements
Commits

Updates thiserror-impl from 1.0.62 to 1.0.63

Release notes

Sourced from thiserror-impl's releases.

1.0.63

  • Documentation improvements
Commits

Updates wide from 0.7.25 to 0.7.26

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

Bumps the rust-minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.5` | `1.1.6` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.3` | `1.1.4` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.2` | `0.5.4` |
| redox_syscall | `0.5.2` | `0.5.3` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.102.5` | `0.102.6` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` |
| [wide](https://github.com/Lokathor/wide) | `0.7.25` | `0.7.26` |



Updates `cc` from 1.1.5 to 1.1.6
- [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.5...cc-v1.1.6)

Updates `enumset` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.3...v1.1.4)

Updates `enumset_derive` from 0.8.1 to 0.9.0
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](https://github.com/Lymia/enumset/commits)

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

Updates `redox_syscall` from 0.5.2 to 0.5.3

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

Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

Updates `thiserror-impl` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

Updates `wide` from 0.7.25 to 0.7.26
- [Commits](Lokathor/wide@v0.7.25...v0.7.26)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: enumset
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: enumset_derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: quinn-udp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: redox_syscall
  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: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 22, 2024
@torokati44 torokati44 enabled auto-merge (rebase) July 22, 2024 21:40
@torokati44 torokati44 merged commit 76773a4 into main Jul 22, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-64745ddb1d branch July 22, 2024 21:46
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