Skip to content

build(deps): bump the fuzz-cargo-dependencies group across 1 directory with 22 updates - #396

Merged
agentjp merged 1 commit into
masterfrom
dependabot/cargo/fuzz/fuzz-cargo-dependencies-16af642c0b
Aug 17, 2026
Merged

build(deps): bump the fuzz-cargo-dependencies group across 1 directory with 22 updates#396
agentjp merged 1 commit into
masterfrom
dependabot/cargo/fuzz/fuzz-cargo-dependencies-16af642c0b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the fuzz-cargo-dependencies group with 12 updates in the /fuzz directory:

Package From To
cc 1.4.2 1.4.3
font-types 0.12.2 0.12.3
futures-core 0.3.33 0.3.34
futures-io 0.3.33 0.3.34
futures-sink 0.3.33 0.3.34
futures-task 0.3.33 0.3.34
icu_normalizer 2.2.0 2.3.0
litemap 0.8.2 0.8.3
pkg-config 0.3.33 0.3.34
potential_utf 0.1.5 0.1.6
rangemap 1.7.1 1.8.0
redox_syscall 0.9.1 0.9.2

Updates cc from 1.4.2 to 1.4.3

Changelog

Sourced from cc's changelog.

1.4.3 - 2026-08-14

Other

  • Update MSRV to 1.65 (#1834)
  • Regenerate target info (#1848)
Commits

Updates find-msvc-tools from 0.1.10 to 0.1.11

Commits

Updates font-types from 0.12.2 to 0.12.3

Commits
  • 7491534 [chore] breaking release for all except font-types, shared-brotli (#2046)
  • 39fdc1a [chore] tidy for release (#2045)
  • d28db34 [font-types] remove assert from Version16Dot16::new (#2041)
  • 78aa50d [read-fonts] fvar: use different normalization path for large number of axes ...
  • c244623 [skrifa] tthint: ignore fractional bits in parity checks- #2040 #2040
  • 21b17b4 [font-types] add normalize method to bbox (#2043)
  • f3edd9d [skrifa] tthint: avoid overflow in line_vector (#2039)
  • 60877df [skrifa] autohint: avoid panic on font with 0 glyphs (#2044)
  • 73fd5ce [read-fonts] reduce avar application complexity (#2036)
  • 29ae374 [skrifa] COLRv1: avoid unbalanced stack state on error (#2031)
  • Additional commits viewable in compare view

Updates futures-core from 0.3.33 to 0.3.34

Changelog

Sourced from futures-core's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates futures-io from 0.3.33 to 0.3.34

Changelog

Sourced from futures-io's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates futures-sink from 0.3.33 to 0.3.34

Changelog

Sourced from futures-sink's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates futures-task from 0.3.33 to 0.3.34

Changelog

Sourced from futures-task's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates icu_normalizer from 2.2.0 to 2.3.0

Commits

Updates icu_normalizer_data from 2.2.0 to 2.3.0

Commits

Updates icu_properties from 2.2.0 to 2.3.0

Commits

Updates icu_properties_data from 2.2.0 to 2.3.0

Commits

Updates icu_provider from 2.2.0 to 2.3.0

Commits

Updates litemap from 0.8.2 to 0.8.3

Changelog

Sourced from litemap's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (truncated)

Commits

Updates pkg-config from 0.3.33 to 0.3.34

Changelog

Sourced from pkg-config's changelog.

[0.3.34] - 2026-08-14

Changed

  • Update README.md (#190).

  • Update MSRV to 1.63 and remove lazy_static dependency (#191).

  • Fix various clippy warnings (#193).

Added

  • Allow disabling passing --cflags to pkg-config (#183).

  • Make Library::extract_lib_from_filename public (#192).

Commits

Updates potential_utf from 0.1.5 to 0.1.6

Changelog

Sourced from potential_utf's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (truncated)

Commits

Updates rangemap from 1.7.1 to 1.8.0

Changelog

Sourced from rangemap's changelog.

v1.8.0 (2026-08-14)

  • Features:

    • Add support for using ordered_float::NotNan<f32> and ordered_float::NotNan<f64> as keys of RangeInclusiveMap and RangeInclusiveSet, gated behind the ordered-float5 feature. The successor of a float is taken to be the next representable float, so ranges that are one ULP (unit in the last place) apart will be coalesced. Thanks to Qix- for implementing this!
  • Fixes:

    • Fix building without the Rust standard library when the serde1 feature is enabled. Enabling serde1 also enabled serde's default features, including its std feature, so this has never actually worked.
  • Changes:

    • Switch to the version 2 feature resolver, so that features enabled by dev-dependencies no longer leak into normal builds.
Commits
  • 26a5d2a Merge pull request #120 from jeffparsons/prepare_v1.8.0
  • 6419af7 Bump version to 1.8.0
  • 06de4b5 Update changelog for v1.8.0
  • bd99d81 Clarify what the version 2 feature resolver does for us
  • dd4bc2c Merge pull request #119 from jeffparsons/ordered_float
  • bc5b0c3 Document the ordered-float5 feature
  • b26c120 Test what the ordered-float5 feature actually does
  • 79f331e Drop ordered-float5 tests that don't test ordered-float
  • 8c280cf Note when the borrowed float stepping logic can go away
  • f88abf9 Check no_std support in CI
  • Additional commits viewable in compare view

Updates redox_syscall from 0.9.1 to 0.9.2

Updates tinystr from 0.8.3 to 0.8.4

Changelog

Sourced from tinystr's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (truncated)

Commits

Updates writeable from 0.6.3 to 0.6.4

Changelog

Sourced from writeable's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (truncated)

Commits

Updates zerotrie from 0.2.4 to 0.2.5

Changelog

Sourced from zerotrie's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (truncated)

Commits

Updates zerovec from 0.11.6 to 0...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file fuzz Fuzzing harness and corpus labels Aug 17, 2026
…y with 22 updates

Bumps the fuzz-cargo-dependencies group with 12 updates in the /fuzz directory:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.2` | `1.4.3` |
| [font-types](https://github.com/googlefonts/fontations) | `0.12.2` | `0.12.3` |
| [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [icu_normalizer](https://github.com/unicode-org/icu4x) | `2.2.0` | `2.3.0` |
| [litemap](https://github.com/unicode-org/icu4x) | `0.8.2` | `0.8.3` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.33` | `0.3.34` |
| [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` |
| [rangemap](https://github.com/jeffparsons/rangemap) | `1.7.1` | `1.8.0` |
| redox_syscall | `0.9.1` | `0.9.2` |



Updates `cc` from 1.4.2 to 1.4.3
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.4.2...cc-v1.4.3)

Updates `find-msvc-tools` from 0.1.10 to 0.1.11
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.10...find-msvc-tools-v0.1.11)

Updates `font-types` from 0.12.2 to 0.12.3
- [Commits](googlefonts/fontations@font-types-v0.12.2...font-types-v0.12.3)

Updates `futures-core` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `futures-io` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `futures-sink` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `futures-task` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `icu_normalizer` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_normalizer_data` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_properties` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_properties_data` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_provider` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@2.2.0...icu@2.3.0)

Updates `litemap` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/yoke@0.8.3)

Updates `pkg-config` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.33...0.3.34)

Updates `potential_utf` from 0.1.5 to 0.1.6
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `rangemap` from 1.7.1 to 1.8.0
- [Changelog](https://github.com/jeffparsons/rangemap/blob/main/CHANGELOG.md)
- [Commits](jeffparsons/rangemap@v1.7.1...v1.8.0)

Updates `redox_syscall` from 0.9.1 to 0.9.2

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

Updates `writeable` from 0.6.3 to 0.6.4
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerotrie` from 0.2.4 to 0.2.5
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerovec` from 0.11.6 to 0.11.7
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerovec-derive` from 0.11.3 to 0.11.4
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/ind/zerovec@0.11.3...ind/zerovec@0.11.4)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: find-msvc-tools
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: font-types
  dependency-version: 0.12.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: futures-core
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: futures-io
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: futures-sink
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: futures-task
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: icu_normalizer
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: icu_normalizer_data
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: icu_properties
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: icu_properties_data
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: icu_provider
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: litemap
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: pkg-config
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: potential_utf
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: rangemap
  dependency-version: 1.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: redox_syscall
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: tinystr
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: writeable
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: zerotrie
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: zerovec
  dependency-version: 0.11.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: zerovec-derive
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@agentjp
agentjp force-pushed the dependabot/cargo/fuzz/fuzz-cargo-dependencies-16af642c0b branch from 155c672 to 89aae31 Compare August 17, 2026 15:53
@agentjp
agentjp enabled auto-merge (squash) August 17, 2026 16:09
@agentjp
agentjp merged commit ae82348 into master Aug 17, 2026
145 of 155 checks passed
@agentjp
agentjp deleted the dependabot/cargo/fuzz/fuzz-cargo-dependencies-16af642c0b branch August 17, 2026 17:13
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 fuzz Fuzzing harness and corpus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant