Skip to content

Bump the patch group with 14 updates#146

Merged
tpoliaw merged 1 commit into
mainfrom
dependabot/cargo/patch-788d312a3d
Apr 16, 2025
Merged

Bump the patch group with 14 updates#146
tpoliaw merged 1 commit into
mainfrom
dependabot/cargo/patch-788d312a3d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2025

Copy link
Copy Markdown
Contributor

Bumps the patch group with 14 updates:

Package From To
clap 4.5.35 4.5.36
sqlx 0.8.3 0.8.4
anyhow 1.0.97 1.0.98
cc 1.2.18 1.2.19
clap_builder 4.5.35 4.5.36
h2 0.4.8 0.4.9
miniz_oxide 0.8.7 0.8.8
rustls 0.23.25 0.23.26
sqlx-core 0.8.3 0.8.4
sqlx-macros 0.8.3 0.8.4
sqlx-macros-core 0.8.3 0.8.4
sqlx-mysql 0.8.3 0.8.4
sqlx-postgres 0.8.3 0.8.4
sqlx-sqlite 0.8.3 0.8.4

Updates clap from 4.5.35 to 4.5.36

Release notes

Sourced from clap's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates sqlx from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Changed

Fixed

... (truncated)

Commits

Updates anyhow from 1.0.97 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • See full diff in compare view

Updates cc from 1.2.18 to 1.2.19

Release notes

Sourced from cc's releases.

cc-v1.2.19

Other

  • Fix musl compilation: Add musl as a prefix fallback (#1455)
Changelog

Sourced from cc's changelog.

1.2.19 - 2025-04-11

Other

  • Fix musl compilation: Add musl as a prefix fallback (#1455)
Commits

Updates clap_builder from 4.5.35 to 4.5.36

Release notes

Sourced from clap_builder's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap_builder's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates h2 from 0.4.8 to 0.4.9

Changelog

Sourced from h2's changelog.

0.4.9 (April 14, 2025)

  • Add sever::Connection::has_streams() method to check for active streams.
Commits

Updates miniz_oxide from 0.8.7 to 0.8.8

Changelog

Sourced from miniz_oxide's changelog.

0.8.8 - 2025-04-08

Bug Fixes

  • (inflate) fix possible attempt to subtract with overflow (#172) - (db85297) - Tymoteusz Kubicz
  • (inflate) use wrapping instead of saturating in transfer and add test cate for overflow panic in debug mode - (4ed4535) - oyvindln
  • disable a bunch more stuff that is not used when compiled as part of rustc - (bf3cca6) - oyvindln
  • add fuzz target for running via flate2 - (adadb9f) - oyvindln

Commits
  • f177ab2 bump version and changelog
  • f1082df add flate2 fuzz target code
  • adadb9f fix: add fuzz target for running via flate2
  • bf3cca6 fix: disable a bunch more stuff that is not used when compiled as part of rustc
  • 4ed4535 fix(inflate): use wrapping instead of saturating in transfer and add test cat...
  • db85297 fix(inflate): fix possible attempt to subtract with overflow (#172)
  • See full diff in compare view

Updates rustls from 0.23.25 to 0.23.26

Commits
  • 88dccec Prepare 0.23.26
  • 0ab530f Detect and error on faulty io::Write::write_vectored
  • c5b9b10 Rework further tests to use encoding module
  • d71046e Rework QUIC tests to use new encoding module
  • 0f3c823 Rework SNI tests to use new test-only TLS encoder
  • 99db311 Replace hand-written encodings with encoding module
  • 334760f Invert working of SignatureScheme::supported_in_tls13
  • 68d6ef2 Use tlswg name for draft-kwiatkowski-tls-ecdhe-mlkem
  • c1fc0f4 Take semver-compatible updates
  • d3b810d build(deps): bump openssl from 0.10.71 to 0.10.72
  • Additional commits viewable in compare view

Updates sqlx-core from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx-core's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-macros from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx-macros's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-macros-core from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx-macros-core's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-mysql from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx-mysql's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Changed

Fixed

... (truncated)

Commits

Updates sqlx-postgres from 0.8.3 to 0.8.4

Changelog

Sourced from sqlx-postgres's changelog.

0.8.4 - 2025-04-13

50 pull requests were merged this release cycle.

As of this release, development of 0.9.0 has begun on main. Barring urgent hotfixes, this is expected to be the last release of 0.8.x.

Added

Bumps the patch group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.18` | `1.2.19` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |
| [h2](https://github.com/hyperium/h2) | `0.4.8` | `0.4.9` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.7` | `0.8.8` |
| [rustls](https://github.com/rustls/rustls) | `0.23.25` | `0.23.26` |
| [sqlx-core](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [sqlx-macros](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [sqlx-macros-core](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [sqlx-mysql](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [sqlx-postgres](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |
| [sqlx-sqlite](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.4` |


Updates `clap` from 4.5.35 to 4.5.36
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.36)

Updates `sqlx` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

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

Updates `cc` from 1.2.18 to 1.2.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.2.18...cc-v1.2.19)

Updates `clap_builder` from 4.5.35 to 4.5.36
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.35...v4.5.36)

Updates `h2` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.8...v0.4.9)

Updates `miniz_oxide` from 0.8.7 to 0.8.8
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.7...0.8.8)

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

Updates `sqlx-core` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Updates `sqlx-macros` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Updates `sqlx-macros-core` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Updates `sqlx-mysql` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Updates `sqlx-postgres` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

Updates `sqlx-sqlite` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-version: 1.2.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap_builder
  dependency-version: 4.5.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: h2
  dependency-version: 0.4.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: miniz_oxide
  dependency-version: 0.8.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustls
  dependency-version: 0.23.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-core
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-macros
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-macros-core
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-mysql
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-postgres
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx-sqlite
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

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 Apr 14, 2025
@tpoliaw tpoliaw merged commit 718d968 into main Apr 16, 2025
@tpoliaw tpoliaw deleted the dependabot/cargo/patch-788d312a3d branch April 16, 2025 08: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