fix(deps): update all non-major dependencies - autoclosed #149
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.8->0.104.5.45->4.5.470.6->0.150.10->0.110.38.2->0.38.31.11.1->1.11.20.23.1->0.24.00.24.1->0.25.02.5.6->2.5.71.18.0->1.18.14.5.0->4.6.0Release Notes
chronotope/chrono-tz (chrono-tz)
v0.10.4Compare Source
What's Changed
phf*to v0.12 by @paolobarbolini in #200v0.10.3: 0.10.3Compare Source
What's Changed
v0.10.2: 0.10.2Compare Source
What's Changed
v0.10.1: 0.10.1Compare Source
What's Changed
v0.10.0: chrono-tz v0.10.0: 2024bCompare Source
TZDB version 2024b (2024-09-05).
Changes
OffsetName::abbreviationreturn anOption.This reflects that numeric values such as
+11are no longer encoded in the upstream TZDB as abbreviations (#185).TZDB 2024b
v0.9.0: chrono-tz v0.9.0: 2024aCompare Source
TZDB version 2024a (2024-02-01).
Changes
ParseErrora realErrorenum (#161, based on #122 by @laralove143).chrono-tz-build(#156, thanks @paolobarbolini).Internal
update-tzGitHub Action (#159).no_stdfor tests (#160).cargo publishincludes all files needed to build (#158, #161).clap-rs/clap (clap)
v4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strjugglerchris/rust-html2text (html2text)
v0.15.3Compare Source
<noscript>tags as if scripting is disabled (thanks craigchiang)<svg>as images (thanks craigchiang)v0.15.2Compare Source
some similar equivalents.
v0.15.1Compare Source
div[attr="bar"]).x-syntaxrule.<pre>elements.display: x-raw-domextension (e.g. to colour the HTML)pad_block_widthenabled, 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.0Compare Source
<pre>blocks(
Config::register_highlighterand CSSx-syntax: foo)display: x-raw-dom, and only if thecss_extCargo 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.4Compare Source
RcDom::serialize, and expose a few more of theRcDomtypes.v0.14.3Compare Source
v0.14.2Compare Source
(thanks anna-hope)
v0.14.1Compare Source
FragmentStarts being lost (thanks toiletbril)<pre>wrapped past the width(thanks nshp)
v0.14.0Compare Source
Config::rich()no longer includes decorations around<em>etc. -use
Config::rich().do_decorate()to get the old behaviour.::before/::afterandcontent: "string", which is nowused for simple decorations. With CSS enabled, this allows for customising
the display of
<em>foo</em>without writing a decorator.<h5>and<h6>(thanks noahbaculi)by default for
config::plain()but can be enabled or disabled withconfig.link_footnotes(true/false). The footnote references (e.g.[1]) are addedin the main renderer, and the actual footnotes are written in a default implementation
of
TextDecorator::finalise()so can be customised.v0.13.6Compare Source
which caused parsing to stop instead of just skipping the unkown rule.
v0.13.5Compare Source
:nth-child()(not yet with theof foo).display: x-raw-domfor debugging (withcss_extfeature flag).
--show-cssoption tohtml2textexample for debugging what rules were parsed.html2term-Ito enable/disable, and arrows to navigatearound the DOM. Implemented using
:nth-childandx-raw-dom.v0.13.4Compare Source
(thanks JadedBlueeyes).
v0.13.3Compare Source
bgcolor=...attributes.--show-renderto help debugging render issues.v0.13.2Compare Source
v0.13.1Compare Source
v0.13.0Compare Source
v0.12.6Compare Source
v0.12.5Compare Source
html2textexample now has--ignore-css-colour, which ignores CSScolour information but still uses
display: none, for example.html2textexample now has--only-cssoption, to not usedefault colours when CSS colours are being used.
dashmapdepenency optional so it's not includedunnecessarily when CSS isn't enabled (thanks xmakro)
v0.12.4Compare Source
max-height: 0to also look atheight: 0and requireoverflow: hiddenas well.This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias)
v0.12.3Compare Source
max-height: 0as if it'sdisplay: nonewhen CSS is enabled.This helps with a hack some e-mail senders use for e-mail previews. (thanks tkapias)
v0.12.2Compare Source
v0.12.1Compare Source
Config::raw_mode()andConfig::no_table_borders()(thanks sftse)v0.12.0Compare Source
<sup>HTML elementsRcDompublically. It was already returned by a pub function.With
Config::allow_width_overflow(), prefer returning output widerthan requested, instead of returning
Err(TooNarrow).Config::min_wrap_width()sets the minimum text wrap width (default3). The minimum width (before overflow or
TooNarrow) is nowhandled more cleanly.
v0.11.0Compare Source
logcrate.v0.10.3Compare Source
v0.10.2Compare Source
v0.10.1Compare Source
max_widthwas not working with some render methods.v0.10.0Compare Source
<i>,<ins>, and<del>(thanks sgtatham)<td>elements.styleattributes.v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
<ul>or<ol>.from Config.
works.
v0.9.1Compare Source
v0.9.0Compare Source
Config::add_cssnow returnsResultinstead of panicking onCSS parse errors. Errors from parsing document CSS are ignored.
<font color=...>when CSS is enabled.Config::max_wrap_width()to wrap text to a norrower width thanthe overal size available.
v0.8.0Compare Source
Config::use_doc_css()or
Config::add_cssto use CSS.v0.7.1Compare Source
display:noneConfig::add_css.v0.7.0Compare Source
(thanks sftse)
API) errors (mainly "TooNarrow") are passed around with
Result. Fixedsome panics and infinite loops. (Thanks WIZeaz for fuzzing)
Peltoche/ical-rs (ical)
v0.11.0Compare 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.3Compare Source
Bug Fixes
\rXEOL sequences whereXis a char which isUTF-8 encoded as [c2 xx], except [c2 85].
Misc Changes
xml10_content()andxml11_content()methods which behaves the same ashtml_content()andxml_content()methods, but express intention more clearly.rust-lang/regex (regex)
v1.11.2Compare Source
===================
This is a new patch release of
regexwith some minor fixes. A larger numberof typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.Improvements:
Switch recommendation from
once_celltostd::sync::LazyLock.Add
DFA::set_prefiltertoregex-automata.Bug fixes:
Remove
stddependency fromperf-literal-multisubstringcrate feature.Clarify the meaning of
(?R)$in the documentation.Remove
fuzz/andrecord/directories from published crate on crates.io.causal-agent/scraper (scraper)
v0.24.0Compare Source
What's Changed
selectorsto v0.28 by @paolobarbolini in https://github.com/rust-scraper/scraper/pull/251New Contributors
Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0
quickwit-oss/tantivy (tantivy)
v0.25.0Compare Source
servo/rust-url (url)
v2.5.7What'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.1Compare 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.0Compare Source
🚀 Features
🐛 Bug Fixes
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.
This PR has been generated by Renovate Bot.
2e8b1bbbbetod18cccb2cffix(deps): update rust crate reqwest to v0.12.23to fix(deps): update all non-major dependenciesd18cccb2cfto538544f9d9538544f9d9toe0918e9356e0918e9356to752f0fb7b6752f0fb7b6tod491abf8f5d491abf8f5to8ec425d36e8ec425d36eto82ce9210dc82ce9210dcto9a89517df69a89517df6tof8c0ad5cc2f8c0ad5cc2to73d7dd0da673d7dd0da6to338f680bca338f680bcato6fca0da23c6fca0da23cto9b9035fded9b9035fdedto014ae07716014ae07716to6e2f5486756e2f548675toc8835217ffc8835217ffto7a7977c4547a7977c454to57497e6b7c57497e6b7cto2e0abf85892e0abf8589to36bc0d984736bc0d9847to087379c3d8087379c3d8toc43e251088c43e251088to9450d276649450d27664to70e0f7be4570e0f7be45to9b28d214589b28d21458tod876d8a847d876d8a847tof48e4a771cf48e4a771cto82d05b21cf82d05b21cfto66374ea42166374ea421toc00a264995fix(deps): update all non-major dependenciesto fix(deps): update all non-major dependencies - autoclosedPull request closed