fix(deps): update all non-major dependencies - autoclosed #149

Closed
renovatebot wants to merge 1 commits from renovate/all-minor-patch into master
Collaborator

This PR contains the following updates:

Package Type Update Change
chrono-tz dependencies minor 0.8 -> 0.10
clap dependencies patch 4.5.45 -> 4.5.47
html2text dependencies minor 0.6 -> 0.15
ical dependencies minor 0.10 -> 0.11
quick-xml dependencies patch 0.38.2 -> 0.38.3
regex dependencies patch 1.11.1 -> 1.11.2
scraper dependencies minor 0.23.1 -> 0.24.0
tantivy dependencies minor 0.24.1 -> 0.25.0
url dependencies patch 2.5.6 -> 2.5.7
uuid dependencies patch 1.18.0 -> 1.18.1
zip dependencies minor 4.5.0 -> 4.6.0

Release Notes

chronotope/chrono-tz (chrono-tz)

v0.10.4

Compare Source

What's Changed

v0.10.3: 0.10.3

Compare Source

What's Changed

v0.10.2: 0.10.2

Compare Source

What's Changed

v0.10.1: 0.10.1

Compare Source

What's Changed

v0.10.0: chrono-tz v0.10.0: 2024b

Compare Source

TZDB version 2024b (2024-09-05).

Changes

  • Make OffsetName::abbreviation return an Option.
    This reflects that numeric values such as +11 are no longer encoded in the upstream TZDB as abbreviations (#​185).

TZDB 2024b

The 2024b release of the tz code and data is available.

This release is prompted by the accumulated weight of many non-urgent changes to both code and data. It changes one timestamp abbreviation, for the long-obsolete System V setting TZ='MET'; see below. Otherwise, the timestamps affected by this release all predate April 2008, so you can skip this release if your application uses only tzdata and does not use older timestamps.

This release contains the following changes:

Briefly:

Improve historical data for Mexico, Mongolia, and Portugal.
System V names are now obsolescent.
The main data form now uses %z.
The code now conforms to RFC 8536 for early timestamps.
Support POSIX.1-2024, which removes asctime_r and ctime_r.
Assume POSIX.2-1992 or later for shell scripts.
SUPPORT_C89 now defaults to 1.

Changes to past timestamps

Asia/Choibalsan is now an alias for Asia/Ulaanbaatar rather than being a separate Zone with differing behavior before April 2008. This seems better given our wildly conflicting information about Mongolia's time zone history. (Thanks to Heitor David Pinto.)

Historical transitions for Mexico have been updated based on official Mexican decrees. The affected timestamps occur during the years 1921-1927, 1931, 1945, 1949-1970, and 1981-1997. The affected zones are America/Bahia_Banderas, America/Cancun, America/Chihuahua, America/Ciudad_Juarez, America/Hermosillo, America/Mazatlan, America/Merida, America/Mexico_City, America/Monterrey, America/Ojinaga, and America/Tijuana. (Thanks to Heitor David Pinto.)

Historical transitions for Portugal, represented by Europe/Lisbon, Atlantic/Azores, and Atlantic/Madeira, have been updated based on a close reading of old Portuguese legislation, replacing previous data mainly originating from Whitman and Shanks & Pottenger. These changes affect a few transitions in 1917-1921, 1924, and 1940 throughout these regions by a few hours or days, and various timestamps between 1977 and 1993 depending on the region. In particular, the Azores and Madeira did not observe DST from 1977 to 1981. Additionally, the adoption of standard zonal time in former Portuguese colonies have been adjusted: Africa/Maputo in 1909, and Asia/Dili by 22 minutes at the start of 1912. (Thanks to Tim Parenti.)

Changes to past tm_isdst flags

The period from 1966-04-03 through 1966-10-02 in Portugal is now modeled as DST, to more closely reflect how contemporaneous changes in law entered into force.

Changes to data

Names present only for compatibility with UNIX System V (last released in the 1990s) have been moved to 'backward'. These names, which for post-1970 timestamps mostly just duplicate data of geographical names, were confusing downstream uses. Names moved to 'backward' are now links to geographical names. This affects behavior for TZ='EET' for some pre-1981 timestamps, for TZ='CET' for some pre-1947 timestamps, and for TZ='WET' for some pre-1996 timestamps. Also, TZ='MET' now behaves like TZ='CET' and so uses the abbreviation "CET" rather than "MET". Those needing the previous TZDB behavior, which does not match any real-world clocks, can find the old entries in 'backzone'. (Problem reported by Justin Grant.)

The main source files' time zone abbreviations now use %z, supported by zic since release 2015f and used in vanguard form since release 2022b. For example, America/Sao_Paulo now contains the zone continuation line "-3:00 Brazil %z", which is less error prone than the old "-3:00 Brazil -03/-02". This does not change the represented data: the generated TZif files are unchanged. Rearguard form still avoids %z, to support obsolescent parsers.

Asia/Almaty has been removed from zonenow.tab as it now agrees with Asia/Tashkent for future timestamps, due to Kazakhstan's 2024-02-29 time zone change. Similarly, America/Scoresbysund has been removed, as it now agrees with America/Nuuk due to its 2024-03-31 time zone change.

v0.9.0: chrono-tz v0.9.0: 2024a

Compare Source

TZDB version 2024a (2024-02-01).

Changes

Internal

  • Remove update-tz GitHub Action (#​159).
  • Don't set no_std for tests (#​160).
  • CI: verify cargo publish includes all files needed to build (#​158, #​161).
clap-rs/clap (clap)

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str
jugglerchris/rust-html2text (html2text)

v0.15.3

Compare Source

  • [fixed] Parse <noscript> tags as if scripting is disabled (thanks craigchiang)
  • [fixed] Treat inline <svg> as images (thanks craigchiang)

v0.15.2

Compare Source

  • [fixed] Fix whitespace-only tables being shown as "─" (thanks fuelen)
  • [fixed] Fix wrapping with non-breaking spaces, zero-width spaces, and
    some similar equivalents.

v0.15.1

Compare Source

  • [added] CSS: Support basic attribute selectors (div[attr="bar"]).
  • [changed] Various improvements to syntax highlighting:
    • It uses the priority of the x-syntax rule.
    • Now supported on non-<pre> elements.
    • No longer strips contained tags when highlighting
    • Compatible with display: x-raw-dom extension (e.g. to colour the HTML)
  • [fixed] With pad_block_width enabled, do a better job of padding blocks.
    In particular, the padding gets the block's background colour (when CSS etc.
    are being used).

v0.15.0

Compare Source

  • [added] Syntax highlighting support for <pre> blocks
    (Config::register_highlighter and CSS x-syntax: foo)
  • [changed] CSS extensions (until now display: x-raw-dom, and only if the
    css_ext Cargo feature is enabled) are now only available in agent and user CSS.
    This is a breaking change, but is not likely to affect many users.

v0.14.4

Compare Source

  • [added] RcDom::serialize, and expose a few more of the RcDom types.
  • [added] Online demo page

v0.14.3

Compare Source

  • [changed] Updated dependencies, including html5ever 0.31.

v0.14.2

Compare Source

  • [fixed] An issue with multiple verions of markup5ever being included.
    (thanks anna-hope)

v0.14.1

Compare Source

  • [fixed] An issue with FragmentStarts being lost (thanks toiletbril)
  • [fixed] An infinite loop if tabs inside <pre> wrapped past the width
    (thanks nshp)

v0.14.0

Compare Source

  • [changed] Various small refactors (thanks sftse)
  • [changed] Config::rich() no longer includes decorations around <em> etc. -
    use Config::rich().do_decorate() to get the old behaviour.
  • [fixed] Remove unnecessary empty lines at the start of lists (thanks russellbanks)
  • [added] New CSS support: ::before/::after and content: "string", which is now
    used for simple decorations. With CSS enabled, this allows for customising
    the display of <em>foo</em> without writing a decorator.
  • [added] Add support for <h5> and <h6> (thanks noahbaculi)
  • [changed] Link footnotes are now configurable independently of the decorator, and on
    by default for config::plain() but can be enabled or disabled with
    config.link_footnotes(true/false). The footnote references (e.g. [1]) are added
    in the main renderer, and the actual footnotes are written in a default implementation
    of TextDecorator::finalise() so can be customised.

v0.13.6

Compare Source

  • [fixed] Fixed issue parsing CSS rules with known rules but unknown values,
    which caused parsing to stop instead of just skipping the unkown rule.

v0.13.5

Compare Source

  • [added] CSS support for :nth-child() (not yet with the of foo).
  • [added] Non-standard display: x-raw-dom for debugging (with css_ext
    feature flag).
  • [fixed] An issue which could (apparently rarely) miss out some output depending on wrapping
  • [fixed] CSS parsing stopped when it hit an at-rule.
  • [added] Add --show-css option to html2text example for debugging what rules were parsed.
  • [added] Add poor-man's inspect mode to html2term - I to enable/disable, and arrows to navigate
    around the DOM. Implemented using :nth-child and x-raw-dom.

v0.13.4

Compare Source

  • [fixed] Fix a debug assertion from a double-counted length increment
    (thanks JadedBlueeyes).

v0.13.3

Compare Source

  • [fixed] Handle some obsolete bgcolor=... attributes.
  • [added] html2text example has --show-render to help debugging render issues.
  • [changed] Some error handling and other tidyups (thanks sftse)

v0.13.2

Compare Source

  • [fixed] Fixed errors when building with Rust 1.72.

v0.13.1

Compare Source

  • [added] html2text now has --show-dom
  • [fixed] Support background CSS property (for colour)
  • [fixed] Some edge cases with CSS styles on whitespace

v0.13.0

Compare Source

  • [added] Support CSS white-space: pre-wrap (and normal, pre).

v0.12.6

Compare Source

v0.12.5

Compare Source

  • [changed] Updated some dependencies
  • [added] The html2text example now has --ignore-css-colour, which ignores CSS
    colour information but still uses display: none, for example.
  • [added] The html2text example now has --only-css option, to not use
    default colours when CSS colours are being used.
  • [fixed] Make the dummy dashmap depenency optional so it's not included
    unnecessarily when CSS isn't enabled (thanks xmakro)

v0.12.4

Compare Source

  • [changed] Update the previous max-height: 0 to also look at height: 0 and require
    overflow: hidden as well.
    This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias)

v0.12.3

Compare Source

  • [changed] Treat max-height: 0 as if it's display: none when CSS is enabled.
    This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias)

v0.12.2

Compare Source

  • [changed] Bump version of lightningcss dependency to fix build failures.

v0.12.1

Compare Source

  • [fixed] Fix a case where Err(TooNarrow) was returned unnecessarily. (thanks sftse)
  • [added] Add new rendering options Config::raw_mode() and
    Config::no_table_borders() (thanks sftse)
  • [changed] Formatting, clippy and other tidy-ups (thanks sftse)
  • [changed] Cargo fmt now enforced in CI

v0.12.0

Compare Source

  • [changed] Updated termion dev-dependency
  • [added] Support <sup> HTML elements
  • [added] Export RcDom publically. It was already returned by a pub function.
  • [added] Update handling of width overflow:
    With Config::allow_width_overflow(), prefer returning output wider
    than requested, instead of returning Err(TooNarrow).
    Config::min_wrap_width() sets the minimum text wrap width (default
    3). The minimum width (before overflow or TooNarrow) is now
    handled more cleanly.
  • [added] CSS: use color/bgcolor attributes on elements.

v0.11.0

Compare Source

  • [fixed] CSS: rules marked !important were ignored.
  • [changed] html_trace feature now uses the log crate.
  • [changed] Bumped MSRV to 1.63 (matching Debian stable) due to some dependencies.

v0.10.3

Compare Source

  • [fixed] A panic on some unlucky text wrapping coincidences.
  • [fixed] Use dep:backtrace in Cargo.toml to avoid implicit feature.

v0.10.2

Compare Source

  • [fixed] CSS: Ignore transparent colours.

v0.10.1

Compare Source

  • [fixed] max_width was not working with some render methods.

v0.10.0

Compare Source

  • [added] Simple support for <i>, <ins>, and <del> (thanks sgtatham)
  • [added] Added background-color support
  • [fixed] CSS support didn't work in some places, such as <td> elements.
  • [added] Add support for style attributes.
  • [added] Styles apply to table borders
  • [changed] Update some dependencies
  • [fixed] Fix a few places which caused excess blank lines or empty tables

v0.9.4

Compare Source

  • [changed] Updated the termion dev-dependency to 2.0.

v0.9.3

Compare Source

  • [changed] Added cargo categories and update to 2021 edition.

v0.9.2

Compare Source

  • [fixed] CSS didn't work inside <ul> or <ol>.
  • [added] Add methods to get and use the intermediate HTML DOM and RenderTree
    from Config.
  • [fixed] Removed some clones which are no longer necessary now that Box
    works.

v0.9.1

Compare Source

  • [fixed] Various documentation issues (thanks sgtatham)
  • [changed] CSS color rules now work for elements other than span.

v0.9.0

Compare Source

  • [changed] Config::add_css now returns Result instead of panicking on
    CSS parse errors. Errors from parsing document CSS are ignored.
  • [added] Support <font color=...> when CSS is enabled.
  • [added] Config::max_wrap_width() to wrap text to a norrower width than
    the overal size available.
  • [added] Add --wrap-width and --css options to html2text example.

v0.8.0

Compare Source

  • [added] CSS: Support more extensive selectors
  • [changed] CSS handling defaults to off; use Config::use_doc_css()
    or Config::add_css to use CSS.

v0.7.1

Compare Source

  • [added] Now recognised CSS display:none
  • [added] Can now add extra CSS rules via Config::add_css.
  • [changed] StyleData::coloured is no longer public.

v0.7.0

Compare Source

  • [changed] Remove some noisy stderr output when encoutering control chars
    (thanks sftse)
  • [added] A builder-based config API.
  • [changed] Updated MSRV to 1.60
  • [fixed] Fixed #​88: panic when a width of zero passed in (thanks bingen13)
  • [fixed] Fixed #​90: Fixed a divide-by-zero panic with colspan=0 (thanks mtorromeo)
  • [added] Add very basic CSS colour support (under the css feature flag)
  • [changed] Removed ansi_colours feature (from_read_coloured is always available)
  • [changed] Overhauled error handling. Internally (and in the lower level
    API) errors (mainly "TooNarrow") are passed around with Result. Fixed
    some panics and infinite loops. (Thanks WIZeaz for fuzzing)
Peltoche/ical-rs (ical)

v0.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0

tafia/quick-xml (quick-xml)

v0.38.3

Compare Source

Bug Fixes
  • #​895: Fix incorrect normalization of \rX EOL sequences where X is a char which is
    UTF-8 encoded as [c2 xx], except [c2 85].
Misc Changes
  • #​895: Add new xml10_content() and xml11_content() methods which behaves the same as
    html_content() and xml_content() methods, but express intention more clearly.
rust-lang/regex (regex)

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.
  • BUG #​1225:
    Add DFA::set_prefilter to regex-automata.

Bug fixes:

  • BUG #​1165:
    Remove std dependency from perf-literal-multisubstring crate feature.
  • BUG #​1165:
    Clarify the meaning of (?R)$ in the documentation.
  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.
causal-agent/scraper (scraper)

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0

quickwit-oss/tantivy (tantivy)

v0.25.0

Compare Source

servo/rust-url (url)

v2.5.7

What's Changed

v.2.5.6
v.2.5.7

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7

uuid-rs/uuid (uuid)

v1.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1

zip-rs/zip2 (zip)

v4.6.0

Compare Source

🚀 Features
  • Allow to read zip files with unsupported extended timestamps (#​400)
🐛 Bug Fixes
  • enable clamp_opt for ppmd and xz (#​401)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono-tz](https://github.com/chronotope/chrono-tz) | dependencies | minor | `0.8` -> `0.10` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.5.45` -> `4.5.47` | | [html2text](https://github.com/jugglerchris/rust-html2text) | dependencies | minor | `0.6` -> `0.15` | | [ical](https://github.com/Peltoche/ical-rs) | dependencies | minor | `0.10` -> `0.11` | | [quick-xml](https://github.com/tafia/quick-xml) | dependencies | patch | `0.38.2` -> `0.38.3` | | [regex](https://github.com/rust-lang/regex) | dependencies | patch | `1.11.1` -> `1.11.2` | | [scraper](https://github.com/causal-agent/scraper) | dependencies | minor | `0.23.1` -> `0.24.0` | | [tantivy](https://github.com/quickwit-oss/tantivy) | dependencies | minor | `0.24.1` -> `0.25.0` | | [url](https://github.com/servo/rust-url) | dependencies | patch | `2.5.6` -> `2.5.7` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | patch | `1.18.0` -> `1.18.1` | | [zip](https://github.com/zip-rs/zip2) | dependencies | minor | `4.5.0` -> `4.6.0` | --- ### Release Notes <details> <summary>chronotope/chrono-tz (chrono-tz)</summary> ### [`v0.10.4`](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.4) [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.10.3...v0.10.4) #### What's Changed - Fix chrono-tz-build dep on parse-zoneinfo by [@&#8203;GoldsteinE](https://github.com/GoldsteinE) in [#&#8203;198](https://github.com/chronotope/chrono-tz/pull/198) - Upgrade `phf*` to v0.12 by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in [#&#8203;200](https://github.com/chronotope/chrono-tz/pull/200) - Correctly handle transitions specified in UTC by [@&#8203;robertbastian](https://github.com/robertbastian) in [#&#8203;204](https://github.com/chronotope/chrono-tz/pull/204) - Use prebuilt data when built with default features by [@&#8203;djc](https://github.com/djc) in [#&#8203;207](https://github.com/chronotope/chrono-tz/pull/207) ### [`v0.10.3`](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.10.2...v0.10.3) #### What's Changed - Check MSRV in CI by [@&#8203;djc](https://github.com/djc) in [#&#8203;196](https://github.com/chronotope/chrono-tz/pull/196) - Trigger CI on merge groups by [@&#8203;djc](https://github.com/djc) in [#&#8203;197](https://github.com/chronotope/chrono-tz/pull/197) ### [`v0.10.2`](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.2): 0.10.2 [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.10.1...v0.10.2) #### What's Changed - Add gap\_info\_from\_local\_datetime to get information about a gap by [@&#8203;acrrd](https://github.com/acrrd) in [#&#8203;188](https://github.com/chronotope/chrono-tz/pull/188) - Bump to 0.10.2 with 2025b by [@&#8203;djc](https://github.com/djc) in [#&#8203;194](https://github.com/chronotope/chrono-tz/pull/194) ### [`v0.10.1`](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.1): 0.10.1 [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.10.0...v0.10.1) #### What's Changed - Fix verify publish ci by [@&#8203;acrrd](https://github.com/acrrd) in [#&#8203;189](https://github.com/chronotope/chrono-tz/pull/189) - Prepare 0.10.1 for 2025a by [@&#8203;djc](https://github.com/djc) in [#&#8203;190](https://github.com/chronotope/chrono-tz/pull/190) ### [`v0.10.0`](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0): chrono-tz v0.10.0: 2024b [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.9.0...v0.10.0) **TZDB** version 2024b (2024-09-05). #### Changes - Make `OffsetName::abbreviation` return an `Option`. This reflects that numeric values such as `+11` are no longer encoded in the upstream TZDB as abbreviations ([#&#8203;185](https://github.com/chronotope/chrono-tz/issues/185)). #### TZDB 2024b > The 2024b release of the tz code and data is available. > > This release is prompted by the accumulated weight of many non-urgent changes to both code and data. It changes one timestamp abbreviation, for the long-obsolete System V setting TZ='MET'; see below. Otherwise, the timestamps affected by this release all predate April 2008, so you can skip this release if your application uses only tzdata and does not use older timestamps. > > This release contains the following changes: > > ### Briefly: > > Improve historical data for Mexico, Mongolia, and Portugal. > System V names are now obsolescent. > The main data form now uses %z. > The code now conforms to RFC 8536 for early timestamps. > Support POSIX.1-2024, which removes asctime\_r and ctime\_r. > Assume POSIX.2-1992 or later for shell scripts. > SUPPORT\_C89 now defaults to 1. > > ### Changes to past timestamps > > Asia/Choibalsan is now an alias for Asia/Ulaanbaatar rather than being a separate Zone with differing behavior before April 2008. This seems better given our wildly conflicting information about Mongolia's time zone history. (Thanks to Heitor David Pinto.) > > Historical transitions for Mexico have been updated based on official Mexican decrees. The affected timestamps occur during the years 1921-1927, 1931, 1945, 1949-1970, and 1981-1997. The affected zones are America/Bahia\_Banderas, America/Cancun, America/Chihuahua, America/Ciudad\_Juarez, America/Hermosillo, America/Mazatlan, America/Merida, America/Mexico\_City, America/Monterrey, America/Ojinaga, and America/Tijuana. (Thanks to Heitor David Pinto.) > > Historical transitions for Portugal, represented by Europe/Lisbon, Atlantic/Azores, and Atlantic/Madeira, have been updated based on a close reading of old Portuguese legislation, replacing previous data mainly originating from Whitman and Shanks & Pottenger. These changes affect a few transitions in 1917-1921, 1924, and 1940 throughout these regions by a few hours or days, and various timestamps between 1977 and 1993 depending on the region. In particular, the Azores and Madeira did not observe DST from 1977 to 1981. Additionally, the adoption of standard zonal time in former Portuguese colonies have been adjusted: Africa/Maputo in 1909, and Asia/Dili by 22 minutes at the start of 1912. (Thanks to Tim Parenti.) > > ### Changes to past tm\_isdst flags > > The period from 1966-04-03 through 1966-10-02 in Portugal is now modeled as DST, to more closely reflect how contemporaneous changes in law entered into force. > > ### Changes to data > > Names present only for compatibility with UNIX System V (last released in the 1990s) have been moved to 'backward'. These names, which for post-1970 timestamps mostly just duplicate data of geographical names, were confusing downstream uses. Names moved to 'backward' are now links to geographical names. This affects behavior for TZ='EET' for some pre-1981 timestamps, for TZ='CET' for some pre-1947 timestamps, and for TZ='WET' for some pre-1996 timestamps. Also, TZ='MET' now behaves like TZ='CET' and so uses the abbreviation "CET" rather than "MET". Those needing the previous TZDB behavior, which does not match any real-world clocks, can find the old entries in 'backzone'. (Problem reported by Justin Grant.) > > The main source files' time zone abbreviations now use %z, supported by zic since release 2015f and used in vanguard form since release 2022b. For example, America/Sao\_Paulo now contains the zone continuation line "-3:00 Brazil %z", which is less error prone than the old "-3:00 Brazil -03/-02". This does not change the represented data: the generated TZif files are unchanged. Rearguard form still avoids %z, to support obsolescent parsers. > > Asia/Almaty has been removed from zonenow\.tab as it now agrees with Asia/Tashkent for future timestamps, due to Kazakhstan's 2024-02-29 time zone change. Similarly, America/Scoresbysund has been removed, as it now agrees with America/Nuuk due to its 2024-03-31 time zone change. ### [`v0.9.0`](https://github.com/chronotope/chrono-tz/releases/tag/v0.9.0): chrono-tz v0.9.0: 2024a [Compare Source](https://github.com/chronotope/chrono-tz/compare/v0.8.6...v0.9.0) **TZDB** version [2024a](https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html) (2024-02-01). #### Changes - Make `ParseError` a real `Error` enum ([#&#8203;161](https://github.com/chronotope/chrono-tz/issues/161), based on [#&#8203;122](https://github.com/chronotope/chrono-tz/issues/122) by [@&#8203;laralove143](https://github.com/laralove143)). - Reduce packaged crate files ([#&#8203;158](https://github.com/chronotope/chrono-tz/issues/158)). - Add repository field to `chrono-tz-build` ([#&#8203;156](https://github.com/chronotope/chrono-tz/issues/156), thanks [@&#8203;paolobarbolini](https://github.com/paolobarbolini)). - Apply lib.rs suggestions ([#&#8203;162](https://github.com/chronotope/chrono-tz/issues/162)) #### Internal - Remove `update-tz` GitHub Action ([#&#8203;159](https://github.com/chronotope/chrono-tz/issues/159)). - Don't set `no_std` for tests ([#&#8203;160](https://github.com/chronotope/chrono-tz/issues/160)). - CI: verify` cargo publish` includes all files needed to build ([#&#8203;158](https://github.com/chronotope/chrono-tz/issues/158), [#&#8203;161](https://github.com/chronotope/chrono-tz/issues/161)). </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.47`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.47) ##### Features - Added `impl FromArgMatches for ()` - Added `impl Args for ()` - Added `impl Subcommand for ()` - Added `impl FromArgMatches for Infallible` - Added `impl Subcommand for Infallible` ##### Fixes - *(derive)* Update runtime error text to match `clap` ### [`v4.5.46`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.46) ##### Features - Expose `StyledStr::push_str` </details> <details> <summary>jugglerchris/rust-html2text (html2text)</summary> ### [`v0.15.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0153) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/release_0.15.2...release_0.15.3) - \[fixed] Parse `<noscript>` tags as if scripting is disabled (thanks craigchiang) - \[fixed] Treat inline `<svg>` as images (thanks craigchiang) ### [`v0.15.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0152) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.15.1...release_0.15.2) - \[fixed] Fix whitespace-only tables being shown as "─" (thanks fuelen) - \[fixed] Fix wrapping with non-breaking spaces, zero-width spaces, and some similar equivalents. ### [`v0.15.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0151) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.15.0...0.15.1) - \[added] CSS: Support basic attribute selectors (`div[attr="bar"]`). - \[changed] Various improvements to syntax highlighting: - It uses the priority of the `x-syntax` rule. - Now supported on non-`<pre>` elements. - No longer strips contained tags when highlighting - Compatible with `display: x-raw-dom` extension (e.g. to colour the HTML) - \[fixed] With `pad_block_width` enabled, do a better job of padding blocks. In particular, the padding gets the block's background colour (when CSS etc. are being used). ### [`v0.15.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0150) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.14.4...0.15.0) - \[added] Syntax highlighting support for `<pre>` blocks (`Config::register_highlighter` and CSS `x-syntax: foo`) - \[changed] CSS extensions (until now `display: x-raw-dom`, and only if the `css_ext` Cargo feature is enabled) are now only available in agent and user CSS. This is a breaking change, but is not likely to affect many users. ### [`v0.14.4`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0144) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.14.3...0.14.4) - \[added] `RcDom::serialize`, and expose a few more of the `RcDom` types. - \[added] Online [demo page](https://jugglerchris.github.io/rust-html2text/) ### [`v0.14.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0143) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.14.2...0.14.3) - \[changed] Updated dependencies, including html5ever 0.31. ### [`v0.14.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0142) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.14.1...0.14.2) - \[fixed] An issue with multiple verions of markup5ever being included. (thanks anna-hope) ### [`v0.14.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0141) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.14.0...0.14.1) - \[fixed] An issue with `FragmentStart`s being lost (thanks toiletbril) - \[fixed] An infinite loop if tabs inside `<pre>` wrapped past the width (thanks nshp) ### [`v0.14.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0140) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.6...0.14.0) - \[changed] Various small refactors (thanks sftse) - \[changed] `Config::rich()` no longer includes decorations around `<em>` etc. - use `Config::rich().do_decorate()` to get the old behaviour. - \[fixed] Remove unnecessary empty lines at the start of lists (thanks russellbanks) - \[added] New CSS support: `::before`/`::after` and `content: "string"`, which is now used for simple decorations. With CSS enabled, this allows for customising the display of `<em>foo</em>` without writing a decorator. - \[added] Add support for `<h5>` and `<h6>` (thanks noahbaculi) - \[changed] Link footnotes are now configurable independently of the decorator, and on by default for `config::plain()` but can be enabled or disabled with `config.link_footnotes(true/false)`. The footnote references (e.g. `[1]`) are added in the main renderer, and the actual footnotes are written in a default implementation of `TextDecorator::finalise()` so can be customised. ### [`v0.13.6`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0136) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.5...0.13.6) - \[fixed] Fixed issue parsing CSS rules with known rules but unknown values, which caused parsing to stop instead of just skipping the unkown rule. ### [`v0.13.5`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0135) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.4...0.13.5) - \[added] CSS support for `:nth-child()` (not yet with the `of foo`). - \[added] Non-standard `display: x-raw-dom` for debugging (with `css_ext` feature flag). - \[fixed] An issue which could (apparently rarely) miss out some output depending on wrapping - \[fixed] CSS parsing stopped when it hit an at-rule. - \[added] Add `--show-css` option to `html2text` example for debugging what rules were parsed. - \[added] Add poor-man's inspect mode to `html2term` - `I` to enable/disable, and arrows to navigate around the DOM. Implemented using `:nth-child` and `x-raw-dom`. ### [`v0.13.4`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0134) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.3...0.13.4) - \[fixed] Fix a debug assertion from a double-counted length increment (thanks JadedBlueeyes). ### [`v0.13.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0133) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.2...0.13.3) - \[fixed] Handle some obsolete `bgcolor=...` attributes. - \[added] html2text example has `--show-render` to help debugging render issues. - \[changed] Some error handling and other tidyups (thanks sftse) ### [`v0.13.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0132) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.1...0.13.2) - \[fixed] Fixed errors when building with Rust 1.72. ### [`v0.13.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0131) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.13.0...0.13.1) - \[added] html2text now has --show-dom - \[fixed] Support background CSS property (for colour) - \[fixed] Some edge cases with CSS styles on whitespace ### [`v0.13.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0130) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.6...0.13.0) - \[added] Support CSS white-space: pre-wrap (and normal, pre). ### [`v0.12.6`](https://github.com/jugglerchris/rust-html2text/compare/0.12.5...0.12.6) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.5...0.12.6) ### [`v0.12.5`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0125) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.4...0.12.5) - \[changed] Updated some dependencies - \[added] The `html2text` example now has `--ignore-css-colour`, which ignores CSS colour information but still uses `display: none`, for example. - \[added] The `html2text` example now has `--only-css` option, to not use default colours when CSS colours are being used. - \[fixed] Make the dummy `dashmap` depenency optional so it's not included unnecessarily when CSS isn't enabled (thanks xmakro) ### [`v0.12.4`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0124) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.3...0.12.4) - \[changed] Update the previous `max-height: 0` to also look at `height: 0` and require `overflow: hidden` as well. This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias) ### [`v0.12.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0123) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.2...0.12.3) - \[changed] Treat `max-height: 0` as if it's `display: none` when CSS is enabled. This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias) ### [`v0.12.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0122) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.1...0.12.2) - \[changed] Bump version of lightningcss dependency to fix build failures. ### [`v0.12.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0121) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.12.0...0.12.1) - \[fixed] Fix a case where Err(TooNarrow) was returned unnecessarily. (thanks sftse) - \[added] Add new rendering options `Config::raw_mode()` and `Config::no_table_borders()` (thanks sftse) - \[changed] Formatting, clippy and other tidy-ups (thanks sftse) - \[changed] Cargo fmt now enforced in CI ### [`v0.12.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0120) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.11.0...0.12.0) - \[changed] Updated termion dev-dependency - \[added] Support `<sup>` HTML elements - \[added] Export `RcDom` publically. It was already returned by a pub function. - \[added] Update handling of width overflow: With `Config::allow_width_overflow()`, prefer returning output wider than requested, instead of returning `Err(TooNarrow)`. `Config::min_wrap_width()` sets the minimum text wrap width (default 3\). The minimum width (before overflow or `TooNarrow`) is now handled more cleanly. - \[added] CSS: use color/bgcolor attributes on elements. ### [`v0.11.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0110) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.10.3...0.11.0) - \[fixed] CSS: rules marked !important were ignored. - \[changed] html\_trace feature now uses the `log` crate. - \[changed] Bumped MSRV to 1.63 (matching Debian stable) due to some dependencies. ### [`v0.10.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0103) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.10.2...0.10.3) - \[fixed] A panic on some unlucky text wrapping coincidences. - \[fixed] Use dep:backtrace in Cargo.toml to avoid implicit feature. ### [`v0.10.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0102) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.10.1...0.10.2) - \[fixed] CSS: Ignore transparent colours. ### [`v0.10.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0101) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.10.0...0.10.1) - \[fixed] `max_width` was not working with some render methods. ### [`v0.10.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#0100) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.9.4...0.10.0) - \[added] Simple support for `<i>`, `<ins>`, and `<del>` (thanks sgtatham) - \[added] Added background-color support - \[fixed] CSS support didn't work in some places, such as `<td>` elements. - \[added] Add support for `style` attributes. - \[added] Styles apply to table borders - \[changed] Update some dependencies - \[fixed] Fix a few places which caused excess blank lines or empty tables ### [`v0.9.4`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#094) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.9.3...0.9.4) - \[changed] Updated the termion dev-dependency to 2.0. ### [`v0.9.3`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#093) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.9.2...0.9.3) - \[changed] Added cargo categories and update to 2021 edition. ### [`v0.9.2`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#092) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.9.1...0.9.2) - \[fixed] CSS didn't work inside `<ul>` or `<ol>`. - \[added] Add methods to get and use the intermediate HTML DOM and RenderTree from Config. - \[fixed] Removed some clones which are no longer necessary now that Box<FnOnce> works. ### [`v0.9.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#091) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.9.0...0.9.1) - \[fixed] Various documentation issues (thanks sgtatham) - \[changed] CSS color rules now work for elements other than span. ### [`v0.9.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#090) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.8.0...0.9.0) - \[changed] `Config::add_css` now returns `Result` instead of panicking on CSS parse errors. Errors from parsing document CSS are ignored. - \[added] Support `<font color=...>` when CSS is enabled. - \[added] `Config::max_wrap_width()` to wrap text to a norrower width than the overal size available. - \[added] Add --wrap-width and --css options to html2text example. ### [`v0.8.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.7.1...0.8.0) - \[added] CSS: Support more extensive selectors - \[changed] CSS handling defaults to off; use `Config::use_doc_css()` or `Config::add_css` to use CSS. ### [`v0.7.1`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#071) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.7.0...0.7.1) - \[added] Now recognised CSS `display:none` - \[added] Can now add extra CSS rules via `Config::add_css`. - \[changed] StyleData::coloured is no longer public. ### [`v0.7.0`](https://github.com/jugglerchris/rust-html2text/blob/HEAD/CHANGELOG.md#070) [Compare Source](https://github.com/jugglerchris/rust-html2text/compare/0.6.0...0.7.0) - \[changed] Remove some noisy stderr output when encoutering control chars (thanks sftse) - \[added] A builder-based config API. - \[changed] Updated MSRV to 1.60 - \[fixed] Fixed [#&#8203;88](https://github.com/jugglerchris/rust-html2text/issues/88): panic when a width of zero passed in (thanks bingen13) - \[fixed] Fixed [#&#8203;90](https://github.com/jugglerchris/rust-html2text/issues/90): Fixed a divide-by-zero panic with colspan=0 (thanks mtorromeo) - \[added] Add very basic CSS colour support (under the css feature flag) - \[changed] Removed ansi\_colours feature (from\_read\_coloured is always available) - \[changed] Overhauled error handling. Internally (and in the lower level API) errors (mainly "TooNarrow") are passed around with `Result`. Fixed some panics and infinite loops. (Thanks WIZeaz for fuzzing) </details> <details> <summary>Peltoche/ical-rs (ical)</summary> ### [`v0.11.0`](https://github.com/Peltoche/ical-rs/releases/tag/v0.11.0) [Compare Source](https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0) #### What's Changed - Update the version inside the readme by [@&#8203;Peltoche](https://github.com/Peltoche) in [#&#8203;58](https://github.com/Peltoche/ical-rs/pull/58) - Fix [#&#8203;62](https://github.com/Peltoche/ical-rs/issues/62) by [@&#8203;ddnomad](https://github.com/ddnomad) in [#&#8203;63](https://github.com/Peltoche/ical-rs/pull/63) - replaced split\_line with a multibyte aware version by [@&#8203;ronnybremer](https://github.com/ronnybremer) in [#&#8203;61](https://github.com/Peltoche/ical-rs/pull/61) #### New Contributors - [@&#8203;ddnomad](https://github.com/ddnomad) made their first contribution in [#&#8203;63](https://github.com/Peltoche/ical-rs/pull/63) - [@&#8203;ronnybremer](https://github.com/ronnybremer) made their first contribution in [#&#8203;61](https://github.com/Peltoche/ical-rs/pull/61) **Full Changelog**: <https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0> </details> <details> <summary>tafia/quick-xml (quick-xml)</summary> ### [`v0.38.3`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#0383----2025-08-24) [Compare Source](https://github.com/tafia/quick-xml/compare/v0.38.2...v0.38.3) ##### Bug Fixes - [#&#8203;895]: Fix incorrect normalization of `\rX` EOL sequences where `X` is a char which is UTF-8 encoded as \[c2 xx], except \[c2 85]. ##### Misc Changes - [#&#8203;895]: Add new `xml10_content()` and `xml11_content()` methods which behaves the same as `html_content()` and `xml_content()` methods, but express intention more clearly. [#&#8203;895]: https://github.com/tafia/quick-xml/pull/895 </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.11.2`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1112-2025-08-24) [Compare Source](https://github.com/rust-lang/regex/compare/1.11.1...1.11.2) \=================== This is a new patch release of `regex` with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using `std::sync::LazyLock`. Improvements: - [BUG #&#8203;1217](https://github.com/rust-lang/regex/issues/1217): Switch recommendation from `once_cell` to `std::sync::LazyLock`. - [BUG #&#8203;1225](https://github.com/rust-lang/regex/issues/1225): Add `DFA::set_prefilter` to `regex-automata`. Bug fixes: - [BUG #&#8203;1165](https://github.com/rust-lang/regex/pull/1150): Remove `std` dependency from `perf-literal-multisubstring` crate feature. - [BUG #&#8203;1165](https://github.com/rust-lang/regex/pull/1165): Clarify the meaning of `(?R)$` in the documentation. - [BUG #&#8203;1281](https://github.com/rust-lang/regex/pull/1281): Remove `fuzz/` and `record/` directories from published crate on crates.io. </details> <details> <summary>causal-agent/scraper (scraper)</summary> ### [`v0.24.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.24.0) [Compare Source](https://github.com/causal-agent/scraper/compare/v0.23.1...v0.24.0) #### What's Changed - Bump depedencies, especially html5ever, cssparser, selectors which must be bumped together. by [@&#8203;adamreichold](https://github.com/adamreichold) in https://github.com/rust-scraper/scraper/pull/249 - Bump `selectors` to v0.28 by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/rust-scraper/scraper/pull/251 - Bump getopts from 0.2.21 to 0.2.22 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/rust-scraper/scraper/pull/254 - Recreate README.md as a non-symlink by [@&#8203;saschanaz](https://github.com/saschanaz) in https://github.com/rust-scraper/scraper/pull/250 - Bump selectors from 0.28.0 to 0.29.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/rust-scraper/scraper/pull/257 - Bump html5ever and selectors dependencies by [@&#8203;mina86](https://github.com/mina86) in https://github.com/rust-scraper/scraper/pull/263 - Bump selectors from 0.30.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/rust-scraper/scraper/pull/264 #### New Contributors - [@&#8203;saschanaz](https://github.com/saschanaz) made their first contribution in https://github.com/rust-scraper/scraper/pull/250 - [@&#8203;mina86](https://github.com/mina86) made their first contribution in https://github.com/rust-scraper/scraper/pull/263 **Full Changelog**: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0 </details> <details> <summary>quickwit-oss/tantivy (tantivy)</summary> ### [`v0.25.0`](https://github.com/quickwit-oss/tantivy/compare/0.24.2...0.25.0) [Compare Source](https://github.com/quickwit-oss/tantivy/compare/0.24.2...0.25.0) </details> <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.7`](https://github.com/servo/rust-url/releases/tag/v2.5.7) #### What's Changed ##### v.2.5.6 - Bump versions by [@&#8203;valenting](https://github.com/valenting) in [#&#8203;1062](https://github.com/servo/rust-url/pull/1062) - version bump to 2.5.6 by [@&#8203;edgul](https://github.com/edgul) in [#&#8203;1065](https://github.com/servo/rust-url/pull/1065) - Use no-std instead of no\_std in Cargo.toml by [@&#8203;valenting](https://github.com/valenting) in [#&#8203;1064](https://github.com/servo/rust-url/pull/1064) - fix: add Serde std feature if needed by [@&#8203;reneca](https://github.com/reneca) in [#&#8203;1068](https://github.com/servo/rust-url/pull/1068) ##### v.2.5.7 - make serde std feature use optional syntax by [@&#8203;klensy](https://github.com/klensy) in [#&#8203;1071](https://github.com/servo/rust-url/pull/1071) #### New Contributors - [@&#8203;reneca](https://github.com/reneca) made their first contribution in [#&#8203;1068](https://github.com/servo/rust-url/pull/1068) **Full Changelog**: <https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7> </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.18.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.18.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1) #### What's Changed - Unsafe cleanup by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;841](https://github.com/uuid-rs/uuid/pull/841) - Prepare for 1.18.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;842](https://github.com/uuid-rs/uuid/pull/842) **Full Changelog**: <https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1> </details> <details> <summary>zip-rs/zip2 (zip)</summary> ### [`v4.6.0`](https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#460---2025-08-30) [Compare Source](https://github.com/zip-rs/zip2/compare/v4.5.0...v4.6.0) ##### <!-- 0 -->🚀 Features - Allow to read zip files with unsupported extended timestamps ([#&#8203;400](https://github.com/zip-rs/zip2/pull/400)) ##### <!-- 1 -->🐛 Bug Fixes - enable clamp\_opt for ppmd and xz ([#&#8203;401](https://github.com/zip-rs/zip2/pull/401)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42NC4yIiwidXBkYXRlZEluVmVyIjoiNDEuOTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-08-12 07:16:41 -07:00
fix(deps): update rust crate reqwest to v0.12.23
Some checks failed
Continuous integration / Check (push) Successful in 55s
Continuous integration / Test Suite (push) Successful in 1m23s
Continuous integration / Trunk (push) Successful in 53s
Continuous integration / Rustfmt (push) Successful in 40s
Continuous integration / build (push) Successful in 1m49s
Continuous integration / Disallow unused dependencies (push) Failing after 27m44s
2e8b1bbbbe
renovatebot force-pushed renovate/all-minor-patch from 2e8b1bbbbe to d18cccb2cf 2025-08-12 11:31:28 -07:00 Compare
renovatebot changed title from fix(deps): update rust crate reqwest to v0.12.23 to fix(deps): update all non-major dependencies 2025-08-12 11:31:30 -07:00
renovatebot force-pushed renovate/all-minor-patch from d18cccb2cf to 538544f9d9 2025-08-12 17:16:40 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 538544f9d9 to e0918e9356 2025-08-12 18:31:58 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from e0918e9356 to 752f0fb7b6 2025-08-13 16:16:51 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 752f0fb7b6 to d491abf8f5 2025-08-14 10:46:42 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from d491abf8f5 to 8ec425d36e 2025-08-15 14:17:49 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 8ec425d36e to 82ce9210dc 2025-08-16 11:17:00 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 82ce9210dc to 9a89517df6 2025-08-17 11:16:27 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 9a89517df6 to f8c0ad5cc2 2025-08-18 10:32:30 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from f8c0ad5cc2 to 73d7dd0da6 2025-08-18 21:32:19 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 73d7dd0da6 to 338f680bca 2025-08-19 10:31:59 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 338f680bca to 6fca0da23c 2025-08-19 17:17:21 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 6fca0da23c to 9b9035fded 2025-08-19 21:17:33 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 9b9035fded to 014ae07716 2025-08-20 03:46:47 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 014ae07716 to 6e2f548675 2025-08-20 09:31:57 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 6e2f548675 to c8835217ff 2025-08-21 02:17:16 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from c8835217ff to 7a7977c454 2025-08-21 02:32:33 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 7a7977c454 to 57497e6b7c 2025-08-21 08:17:25 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 57497e6b7c to 2e0abf8589 2025-08-21 16:17:03 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 2e0abf8589 to 36bc0d9847 2025-08-21 17:02:18 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 36bc0d9847 to 087379c3d8 2025-08-21 17:31:54 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 087379c3d8 to c43e251088 2025-08-21 19:01:52 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from c43e251088 to 9450d27664 2025-08-23 06:16:39 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 9450d27664 to 70e0f7be45 2025-08-24 02:46:38 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 70e0f7be45 to 9b28d21458 2025-08-24 07:01:40 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 9b28d21458 to d876d8a847 2025-08-26 07:01:45 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from d876d8a847 to f48e4a771c 2025-08-30 20:01:56 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from f48e4a771c to 82d05b21cf 2025-09-01 23:16:47 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 82d05b21cf to 66374ea421 2025-09-02 10:46:50 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 66374ea421 to c00a264995 2025-09-02 19:17:13 -07:00 Compare
renovatebot changed title from fix(deps): update all non-major dependencies to fix(deps): update all non-major dependencies - autoclosed 2025-09-02 19:32:12 -07:00
renovatebot closed this pull request 2025-09-02 19:32:12 -07:00
Some checks failed
Continuous integration / Check (push) Failing after 1m6s
Continuous integration / Test Suite (push) Failing after 2m3s
Continuous integration / Trunk (push) Successful in 1m9s
Continuous integration / Rustfmt (push) Successful in 1m3s
Continuous integration / build (push) Failing after 1m55s
Continuous integration / Disallow unused dependencies (push) Failing after 2m33s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#149
No description provided.