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 cargo-dependencies group with 15 updates #342

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the cargo-dependencies group with 15 updates:

Package From To
rustls-native-certs 0.7.3 0.8.1
sqlx 0.8.2 0.8.3
tempfile 3.14.0 3.15.0
async-trait 0.1.83 0.1.84
aws-lc-sys 0.24.0 0.24.1
cc 1.2.6 1.2.7
hashlink 0.9.1 0.10.0
sqlx-core 0.8.2 0.8.3
sqlx-macros 0.8.2 0.8.3
sqlx-macros-core 0.8.2 0.8.3
sqlx-mysql 0.8.2 0.8.3
sqlx-postgres 0.8.2 0.8.3
sqlx-sqlite 0.8.2 0.8.3
syn 2.0.93 2.0.95
winnow 0.6.20 0.6.22

Updates rustls-native-certs from 0.7.3 to 0.8.1

Release notes

Sourced from rustls-native-certs's releases.

0.8.1

We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.

What's Changed

0.8.0

Breaking changes

  • load_native_certs() now returns a CertificateResult value containing all the certificates that were successfully found as well as any errors encountered. Changes made in 0.7.1 in order to find certificates in more locations resulted in new errors in scenarios that previously worked for most users. This change allows callers to determine the error handling strategy most appropriate to their application.

What's Changed

Commits
  • 7331138 build(deps): bump schannel in the crates-io group across 1 directory
  • 7afbcda Bump version to 0.8.1
  • 72217dc Upgrade to security-framework 3
  • 6b453de Update semver-compatible dependencies
  • c7a3395 Remove old release history from README
  • 13df7ca Bump MSRV to 1.71
  • 3147a4f build(deps): bump rustls from 0.23.15 to 0.23.16 in the crates-io group
  • c407a37 build(deps): bump rustls from 0.23.14 to 0.23.15 in the crates-io group
  • 79dc22e Use PEM decoding from rustls-pki-types directly
  • c44c331 Tweak Display impl for Error
  • Additional commits viewable in compare view

Updates sqlx from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates tempfile from 3.14.0 to 3.15.0

Changelog

Sourced from tempfile's changelog.

3.15.0

Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding getrandom in the common case where it's necessary. The feature is optional but enabled by default via the getrandom feature.

For libc-free builds, you'll either need to disable this feature or opt-in to a different getrandom backend.

Commits

Updates async-trait from 0.1.83 to 0.1.84

Release notes

Sourced from async-trait's releases.

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • 00f9367 Raise minimum compiler for tests to rust 1.70
  • 9fc6835 Prevent upload-artifact step from causing CI failure
  • 03468c2 Update ui test suite to nightly-2024-10-31
  • c8f5733 Update ui test suite to nightly-2024-10-30
  • Additional commits viewable in compare view

Updates aws-lc-sys from 0.24.0 to 0.24.1

Commits

Updates cc from 1.2.6 to 1.2.7

Release notes

Sourced from cc's releases.

cc-v1.2.7

Other

  • Regenerate target info (#1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#1337)
  • Fix is_flag_supported on msvc (#1336)
  • Allow using Visual Studio target names in find_tool (#1335)
Changelog

Sourced from cc's changelog.

1.2.7 - 2025-01-03

Other

  • Regenerate target info (#1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#1337)
  • Fix is_flag_supported on msvc (#1336)
  • Allow using Visual Studio target names in find_tool (#1335)
Commits

Updates hashlink from 0.9.1 to 0.10.0

Release notes

Sourced from hashlink's releases.

v0.10

  • API incompatible change: upgrade hashbrown to 0.15 (thank you @​djc!).
  • API incompatible change: we now wrap DefaultHashBuilder and DefaultHasher from hashbrown so that in the future upgrading hashbrown is not an API incompatible change (thank you @​djc!).
Changelog

Sourced from hashlink's changelog.

[0.10.0]

  • API incompatible change: upgrade hashbrown to 0.15 (thank you @​djc!).
  • API incompatible change: we now wrap DefaultHashBuilder and DefaultHasher from hashbrown so that in the future upgrading hashbrown is not an API incompatible change (thank you @​djc!).
Commits
  • 11088cb Merge pull request #31 from kyren/remove-foldhash
  • 6914a29 Remove the foldhash direct dependency
  • fa27344 Merge pull request #30 from djc/hashbrown-0.15
  • d938a24 Bump version to 0.10.0
  • b870a0f Wrap hashbrown hash builder
  • 722c814 Upgrade to rustc-hash 2
  • 0ded0c5 Upgrade to hashbrown 0.15
  • 3d508e2 Apply suggestions from clippy 1.83
  • 5c7e688 Set rust-version in Cargo metadata
  • 29bf1c5 Fix bad test_replace for LinkedHashSet
  • See full diff in compare view

Updates sqlx-core from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx-core's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-macros from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx-macros's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-macros-core from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx-macros-core's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-mysql from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx-mysql's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Bumps the cargo-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.7.3` | `0.8.1` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.15.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.84` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.24.0` | `0.24.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.7` |
| [hashlink](https://github.com/kyren/hashlink) | `0.9.1` | `0.10.0` |
| [sqlx-core](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [sqlx-macros](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [sqlx-macros-core](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [sqlx-mysql](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [sqlx-postgres](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [sqlx-sqlite](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.95` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.20` | `0.6.22` |


Updates `rustls-native-certs` from 0.7.3 to 0.8.1
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.3...v/0.8.1)

Updates `sqlx` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `tempfile` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

Updates `async-trait` from 0.1.83 to 0.1.84
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.84)

Updates `aws-lc-sys` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.24.0...aws-lc-sys/v0.24.1)

Updates `cc` from 1.2.6 to 1.2.7
- [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.2.6...cc-v1.2.7)

Updates `hashlink` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/kyren/hashlink/blob/master/CHANGELOG.md)
- [Commits](kyren/hashlink@v0.9.1...v0.10)

Updates `sqlx-core` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `sqlx-macros` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `sqlx-macros-core` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `sqlx-mysql` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `sqlx-postgres` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `sqlx-sqlite` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `syn` from 2.0.93 to 2.0.95
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.93...2.0.95)

Updates `winnow` from 0.6.20 to 0.6.22
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.20...v0.6.22)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hashlink
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: sqlx-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sqlx-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sqlx-macros-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sqlx-mysql
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sqlx-postgres
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sqlx-sqlite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-a9b06fb925 branch January 13, 2025 01:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants