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

[cargo](deps): Bump the deps group with 7 updates #52

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the deps group with 7 updates:

Package From To
serde 1.0.198 1.0.199
fastrand 2.0.2 2.1.0
hashbrown 0.14.3 0.14.5
rustix 0.38.33 0.38.34
rustls-pki-types 1.4.1 1.5.0
serde_derive 1.0.198 1.0.199
winnow 0.6.6 0.6.7

Updates serde from 1.0.198 to 1.0.199

Release notes

Sourced from serde's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates fastrand from 2.0.2 to 2.1.0

Release notes

Sourced from fastrand's releases.

v2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Changelog

Sourced from fastrand's changelog.

Version 2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Commits

Updates hashbrown from 0.14.3 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

[v0.14.4] - 2024-03-19

This release was yanked due to a breaking change.

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view

Updates rustix from 0.38.33 to 0.38.34

Commits

Updates rustls-pki-types from 1.4.1 to 1.5.0

Release notes

Sourced from rustls-pki-types's releases.

v/1.5.0

  • A new EchConfigListBytes type is added for representing TLS encoded Encrypted Client Hello (ECH) configuration lists. See draft-ietf-tls-esni-18 §4 for more information.

What's Changed

Full Changelog: rustls/pki-types@v/1.4.1...v/1.5.0

Commits
  • e341f9c Cargo: v1.4.1 -> v1.5.0
  • 7156c43 lib: impl AsRef/PartialEq/Eq for BytesInner
  • ab541e2 ci: ubuntu-20.04 -> ubuntu-latest
  • 9154acc EchConfigListBytes for encrypted client hello configs
  • d07ca44 lib: DerInner -> BytesInner
  • 420bfac Refactor key type tests
  • bc859d8 Move key type determination tests into tests/
  • 8683cc7 Move test keys into tests
  • See full diff in compare view

Updates serde_derive from 1.0.198 to 1.0.199

Release notes

Sourced from serde_derive's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates winnow from 0.6.6 to 0.6.7

Changelog

Sourced from winnow's changelog.

[0.6.7] - 2024-04-26

Fixes

  • Improve debug traces when Input wrapper types are used
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 deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.2` | `2.1.0` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.33` | `0.38.34` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.4.1` | `1.5.0` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.6` | `0.6.7` |


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `fastrand` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v2.0.2...v2.1.0)

Updates `hashbrown` from 0.14.3 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5)

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

Updates `rustls-pki-types` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.4.1...v/1.5.0)

Updates `serde_derive` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `winnow` from 0.6.6 to 0.6.7
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.6...v0.6.7)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: fastrand
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Apr 29, 2024
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.65%. Comparing base (1b37cdd) to head (13889f7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   82.65%   82.65%           
=======================================
  Files           7        7           
  Lines        3176     3176           
=======================================
  Hits         2625     2625           
  Misses        551      551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit fee392b into master Apr 29, 2024
10 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-4915f2f0e2 branch April 29, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant