Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2025

Bumps the pointercrate group with 12 updates:

Package From To
rocket f9de1bf 4a410b7
potential_utf 0.1.2 0.1.3
regex-automata 0.4.9 0.4.10
regex-syntax 0.8.5 0.8.6
rocket_codegen f9de1bf 4a410b7
rocket_http f9de1bf 4a410b7
s2n-quic 1.63.0 1.64.0
s2n-quic-core 0.63.0 0.64.0
s2n-quic-crypto 0.63.0 0.64.0
s2n-quic-platform 0.63.0 0.64.0
s2n-quic-rustls 0.63.0 0.64.0
s2n-quic-transport 0.63.0 0.64.0

Updates rocket from f9de1bf to 4a410b7

Commits
  • 4a410b7 Link directly to GitHub repo in quickstart guide.
  • 6c6ef5d Fix typo in requests guide: 'once' -> 'one'.
  • 933a351 Fix new lifetime warnings.
  • 2d4dc1c Add 'Request::version()' to retrieve HTTP version.
  • bcc784d Fix copies in Dockerfile in deploying guide.
  • ebea1d4 Impl 'Default' for 'Config' to match docs.
  • 1435f65 Defer sqlx pool connect errors on startup.
  • 86ae40d Fix testbench mTLS tests.
  • a607ede Fix typo in 12-pastebin.md: 'crate' -> 'create'.
  • See full diff in compare view

Updates potential_utf from 0.1.2 to 0.1.3

Changelog

Sourced from potential_utf's changelog.

Changelog

Unreleased

  • Components
    • General
    • icu_calendar
      • Fix und-SA-u-ca-islamic (unicode-org#6736)
  • Data model and providers
    • ...
  • FFI
    • icu_capi
      • All C++ enums now default to a valid value; which is the Default impl where there is one, and some semi-logical value otherwise. This has changed defaults in some cases and may cause a behavioral change for people relying on C++ default constructors. (unicode-org#6692)
  • Utils
    • yoke
      • Add four map_with_cart methods to yoke::Yoke, similar to Yoke::map_project but additionally providing a reference to the cart. (unicode-org#6781)
      • Add Yoke::with_mut_return, similar to Yoke::with_mut but with a callback that may return any 'static type. (unicode-org#6827)

icu4x 2.0.x

Several crates have had patch releases in the 2.0 stream:

  • icu_calendar
    • (2.0.1) Fix chinese day-of-year (unicode-org#6567)
    • (2.0.2) Respect -u-fw keyword in WeekInformation (unicode-org#6615)
    • (2.0.3) Fix extended year for Roc/Ethiopic (unicode-org#6721)
    • (2.0.3) Fix treatment of None era code for Gregorian (unicode-org#6794)
    • (2.0.4) Fix a sign error in RataDie::until, add RataDie::since (unicode-org#6861)
  • icu_properties, icu_properties_data
    • (2.0.1) Fix a visibility bug in compiled data (unicode-org#6580)
  • icu_provider_baked
    • (2.0.1) Fix an issue where a single-locale data generation would skip fallback (unicode-org#6582)
  • icu_capi
    • (2.0.1) Rename string-methods on DecomposingNormalizer to match those on ComposingNormalizer (unicode-org#6594)
    • (2.0.1) Add DataProvider constructors in JS and Dart (unicode-org#6596)
    • (2.0.1) Fix TimeZoneVariant constructor (unicode-org#6610)
    • (2.0.2) Add Locale::set_unicode_extension (unicode-org#6636)
  • icu_datetime_data, icu_time_data, icu_provider_source
    • (2.0.1) Update to tzdb 2025b
  • calendrical_calculations
    • (0.2.1) Fix a sign error in RataDie::until, add RataDie::since (unicode-org#6861)
    • (0.2.2) Make iso_year_from_fixed, day_before_year public (unicode-org#6871)
    • (0.2.2) Optimise some calculations for iso (unicode-org#6883)
    • (0.2.2) Add Easter holiday to iso and julian (unicode-org#6899)
  • ixdtf
    • (0.6.0) Add UTF16 handling (unicode-org#6577)
    • (0.6.0) Add TimeZoneParser::parse_identifier for TimeZoneRecord (unicode-org#6584)

... (truncated)

Commits

Updates regex-automata from 0.4.9 to 0.4.10

Commits
  • 873ed80 regex-automata-0.4.10
  • ea834f8 regex-syntax-0.8.6
  • 86836fb changelog: 1.11.2
  • 63a26c1 cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)
  • dd96592 doc: clarify CRLF mode effect
  • 931dae0 cargo: point repository metadata to clonable URLs
  • a66fde6 doc: remove references to non-existent parameters
  • 1873e96 automata: add DFA::set_prefilter method to the DFA types
  • 89ff153 doc: fix misspelling typo
  • cb823b0 doc: fix another repeated word
  • Additional commits viewable in compare view

Updates regex-syntax from 0.8.5 to 0.8.6

Commits
  • ea834f8 regex-syntax-0.8.6
  • 86836fb changelog: 1.11.2
  • 63a26c1 cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)
  • dd96592 doc: clarify CRLF mode effect
  • 931dae0 cargo: point repository metadata to clonable URLs
  • a66fde6 doc: remove references to non-existent parameters
  • 1873e96 automata: add DFA::set_prefilter method to the DFA types
  • 89ff153 doc: fix misspelling typo
  • cb823b0 doc: fix another repeated word
  • 9f0a372 doc: fix Its -> It's
  • Additional commits viewable in compare view

Updates rocket_codegen from f9de1bf to 4a410b7

Changelog

Sourced from rocket_codegen's changelog.

Version 0.5.1 (May 22, 2024)

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

rocket 0.5.1

  • The following char and std::ops::Range types now implement FromForm:

    • char
    • Range<T: FromForm> with start and end fields
    • RangeFrom<T: FromForm> with start field
    • RangeTo<T: FromForm> with end field
    • RangeToInclusive<T: FromForm> with end field
  • [T; N], Vec<T>, and [u8] can now be passed to uri!.

  • The guide now includes a [deploying section].

  • The FromForm derive now properly records errors involving entire forms.

  • FromForm derive can now be used in code emitted by macro_rules! macros.

  • (fix #2668 via [52de9a]) [TempFile] now ensures it flushes before being persisted.

rocket_db_pools 0.2.0

  • SQLite extensions are now supported in sqlx_sqlite.

    Use a database configuration option of extensions to specify extensions:

    [default.databases.db_name]
    url = "db.sqlite"
    # This option is only supported by the `sqlx_sqlite` driver.
    extensions = ["memvfs", "rot13"]
  • (breaking) deadpool was updated to 0.13.

  • (breaking) The Config structure has a new extensions field.

rocket_dyn_templates 0.2.0

... (truncated)

Commits

Updates rocket_http from f9de1bf to 4a410b7

Changelog

Sourced from rocket_http's changelog.

Version 0.5.1 (May 22, 2024)

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

rocket 0.5.1

  • The following char and std::ops::Range types now implement FromForm:

    • char
    • Range<T: FromForm> with start and end fields
    • RangeFrom<T: FromForm> with start field
    • RangeTo<T: FromForm> with end field
    • RangeToInclusive<T: FromForm> with end field
  • [T; N], Vec<T>, and [u8] can now be passed to uri!.

  • The guide now includes a [deploying section].

  • The FromForm derive now properly records errors involving entire forms.

  • FromForm derive can now be used in code emitted by macro_rules! macros.

  • (fix #2668 via [52de9a]) [TempFile] now ensures it flushes before being persisted.

rocket_db_pools 0.2.0

  • SQLite extensions are now supported in sqlx_sqlite.

    Use a database configuration option of extensions to specify extensions:

    [default.databases.db_name]
    url = "db.sqlite"
    # This option is only supported by the `sqlx_sqlite` driver.
    extensions = ["memvfs", "rot13"]
  • (breaking) deadpool was updated to 0.13.

  • (breaking) The Config structure has a new extensions field.

rocket_dyn_templates 0.2.0

... (truncated)

Commits

Updates s2n-quic from 1.63.0 to 1.64.0

Release notes

Sourced from s2n-quic's releases.

v1.64.0

Release Summary

  • Adds configurable percentage-based random jitter to Probe Timeout (PTO) calculations to prevent synchronized timeouts across multiple connections and reduce network congestion. Users can now configure jitter between 0-50% of the base PTO period, with 0% maintaining current RFC 9002 compliant behavior.
  • Sets the default PTO jitter percentage for s2n-quic-dc to 33%.

What's Changed

Full Changelog: aws/s2n-quic@v1.63.0...v1.64.0

Commits
  • 8d7fd3e chore: release v1.64.0 (#2776)
  • 6539908 refactor(s2n-quic-dc): configurable server_name option (#2775)
  • fa30e8a fix(s2n-quic-dc): adjust trait bounds for providers (#2774)
  • 625be88 ci: add interop retries (#2769)
  • 074badc feat(s2n-quic-dc): set default PTO jitter to 33% (#2771)
  • 4a3f549 feat(s2n-quic): configurable PTO jitter (#2756)
  • f217c85 ci: reduce false alarms for ActionCIFailure (#2758)
  • ff81604 opt(s2n-quic-dc): skip epoll registration in happy path (#2754)
  • bd9ee3e feat(s2n-quic-dc): implement dcQUIC control (#2755)
  • 4d3d94f feat(s2n-quic-dc): implement dcQUIC's server, client, and io providers (#2752)
  • Additional commits viewable in compare view

Updates s2n-quic-core from 0.63.0 to 0.64.0

Commits

Updates s2n-quic-crypto from 0.63.0 to 0.64.0

Commits

Updates s2n-quic-platform from 0.63.0 to 0.64.0

Commits

Updates s2n-quic-rustls from 0.63.0 to 0.64.0

Commits

Updates s2n-quic-transport from 0.63.0 to 0.64.0

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 pointercrate group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [rocket](https://github.com/rwf2/Rocket) | ``f9de1bf`` | ``4a410b7`` |
| [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.2` | `0.1.3` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.9` | `0.4.10` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.6` |
| [rocket_codegen](https://github.com/rwf2/Rocket) | ``f9de1bf`` | ``4a410b7`` |
| [rocket_http](https://github.com/rwf2/Rocket) | ``f9de1bf`` | ``4a410b7`` |
| [s2n-quic](https://github.com/aws/s2n-quic) | `1.63.0` | `1.64.0` |
| [s2n-quic-core](https://github.com/aws/s2n-quic) | `0.63.0` | `0.64.0` |
| [s2n-quic-crypto](https://github.com/aws/s2n-quic) | `0.63.0` | `0.64.0` |
| [s2n-quic-platform](https://github.com/aws/s2n-quic) | `0.63.0` | `0.64.0` |
| [s2n-quic-rustls](https://github.com/aws/s2n-quic) | `0.63.0` | `0.64.0` |
| [s2n-quic-transport](https://github.com/aws/s2n-quic) | `0.63.0` | `0.64.0` |


Updates `rocket` from `f9de1bf` to `4a410b7`
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Commits](rwf2/Rocket@f9de1bf...4a410b7)

Updates `potential_utf` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/potential_utf@0.1.3)

Updates `regex-automata` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-automata-0.4.9...regex-automata-0.4.10)

Updates `regex-syntax` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.5...regex-syntax-0.8.6)

Updates `rocket_codegen` from `f9de1bf` to `4a410b7`
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rwf2/Rocket/commits)

Updates `rocket_http` from `f9de1bf` to `4a410b7`
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rwf2/Rocket/commits)

Updates `s2n-quic` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](aws/s2n-quic@v1.63.0...v1.64.0)

Updates `s2n-quic-core` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/commits)

Updates `s2n-quic-crypto` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/commits)

Updates `s2n-quic-platform` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/commits)

Updates `s2n-quic-rustls` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/commits)

Updates `s2n-quic-transport` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/commits)

---
updated-dependencies:
- dependency-name: rocket
  dependency-version: 4a410b75a92c53a455409ffc6cb0f165ff66b43e
  dependency-type: direct:production
  dependency-group: pointercrate
- dependency-name: potential_utf
  dependency-version: 0.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: regex-automata
  dependency-version: 0.4.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: regex-syntax
  dependency-version: 0.8.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: rocket_codegen
  dependency-version: 4a410b75a92c53a455409ffc6cb0f165ff66b43e
  dependency-type: indirect
  dependency-group: pointercrate
- dependency-name: rocket_http
  dependency-version: 4a410b75a92c53a455409ffc6cb0f165ff66b43e
  dependency-type: indirect
  dependency-group: pointercrate
- dependency-name: s2n-quic
  dependency-version: 1.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: s2n-quic-core
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: s2n-quic-crypto
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: s2n-quic-platform
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: s2n-quic-rustls
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: s2n-quic-transport
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
...

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 Aug 31, 2025
@stadust stadust merged commit d697740 into master Sep 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pointercrate-a3fe022b94 branch September 2, 2025 17:49
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.

2 participants