fix(deps): update rust minor-major dependencies#76
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
b8ae175 to
5b44d6e
Compare
5b44d6e to
2b3e001
Compare
dc240ad to
0c81d0c
Compare
0c81d0c to
dfc4bc4
Compare
dfc4bc4 to
e9c8af1
Compare
3274dd0 to
04d4375
Compare
04d4375 to
87ce796
Compare
039e474 to
6f81294
Compare
efce437 to
e5b6722
Compare
e5b6722 to
b7ad121
Compare
a65ebf4 to
eb29d44
Compare
67892c3 to
20ff7cf
Compare
7ec632c to
767e3b2
Compare
cc384db to
be40196
Compare
64ade45 to
43e6971
Compare
43e6971 to
9c6e333
Compare
9c6e333 to
3647795
Compare
a6bf514 to
3b90a87
Compare
3b90a87 to
20937d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.0→0.16.04.5.60→4.6.14.5.66→4.6.71.11.2→1.13.03.20.0→3.27.0Release Notes
askama-rs/askama (askama)
v0.16.0Compare Source
This new release increases compatibility with
jinjalanguage, add support for more rust expressions in the templates. Take a look at the book for the migration guide.(❗ = breaking change)
New features
❗Add support for
let blocksby @GuillaumeGomez in #697Implement compound assignments (e.g.
{% mut a += 1 %}) by @Kijewski in #685Add support for tuple, array and slice in type generics by @GuillaumeGomez in #721
Add support for macro args type annotations by @GuillaumeGomez in #722
Add support for
caller()in variable declaration by @GuillaumeGomez in #724Add glob support for
dirsin config file by @GuillaumeGomez in #731Bugfixes
size_hintis collected by @Kijewski in #700dyninstead of plain generic bounds by @GuillaumeGomez in #726std::path::absoluteto avoid symlinking template paths by @kaepr in #720Other
Performance
Documentation
configby @GuillaumeGomez in #732Templatetrait methods can returnErrby @GuillaumeGomez in #730Internal changes
Tygenerics by @GuillaumeGomez in #723complex-expressionbenchmark by @Kijewski in #691Cargo.tomlfiles by @GuillaumeGomez in #696rand+rand_xoshirodev-dependencies by @Kijewski in #701trybuildversion to1.0.116to enforce diagnostics width by @GuillaumeGomez in #718New Contributors
Full Changelog: askama-rs/askama@v0.15.4...v0.16.0
v0.15.6Compare Source
What's Changed
.clone()by @jplatte in #716SyntaxAndCacheby @jplatte in #714winnowto 1.0 by @jplatte in #715Full Changelog: askama-rs/askama@v0.15.5...v0.15.6
v0.15.5Compare Source
What's Changed
Full Changelog: askama-rs/askama@v0.15.4...v0.15.5
v0.15.4Compare Source
What's Changed
Full Changelog: askama-rs/askama@v0.15.3...v0.15.4
v0.15.3Compare Source
What's Changed
Full Changelog: askama-rs/askama@v0.15.2...v0.15.3
v0.15.2Compare Source
What's Changed
extendsblocks by @GuillaumeGomez in #670#[filter_fn]by @Kijewski in #655salvoby @Kijewski in #659Upgrading to new versionschapter in the askama book by @GuillaumeGomez in #665extendsby @GuillaumeGomez in #666wherebounds in#[filter_fn]by @Kijewski in #672filterschapter by @Tirka in #673filterschapter examples (by making us ofdefined_orfilter) by @Tirka in #675New Contributors
Full Changelog: askama-rs/askama@v0.15.1...v0.15.2
v0.15.1Compare Source
What's Changed
call_sitefor code generated by the derive proc-macro by @sehnryr in #647New Contributors
Full Changelog: askama-rs/askama@v0.15.0...v0.15.1
v0.15.0Compare Source
The main breaking change is about custom filters, they now require the
filter_fnattribute. More information about it in the askama book.(❗ = breaking change)
New features
rejectfilter❗ by @GuillaumeGomez in #430|default,|assigned_orand|defined_or❗ by @Kijewski in #425askama::filter_fnproc-macro for custom filters with named/optional arg support❗ by @seijikun in #545enumvariants by @Kijewski in #255[<element_expr>; <cnt_expr>]by @seijikun in #626Major internal changes
Improve error location to give better errors:
TokenStreamrather than aStringby @GuillaumeGomez in #558LocatingSlice<&str>instead of&strby @Kijewski in #560Parser::[with_]span()to get byte range and use byte range forproc_macro::Spanby @Kijewski in #571Other
filesizeformatwith proper accuracy❗ by @seijikun in #568linebreaks,paragraphbreaksandlinebreaksbronly needcoreby @Kijewski in #486Book/documentation
refdocumentation by @sinder38 in #456performance.mdby @zamazan4ik in #188mdbookversion and highlightjinjablocks by @Kijewski in #544Internal changes
{# comment #}parsing by @Kijewski in #488Expr::AttrintoExpr::AssociatedItemby @GuillaumeGomez in #499Exprvariants by @Kijewski in #498|filterand{% filter %}parsing by @Kijewski in #500if-let-chainsby @Kijewski in #527if-letby @Kijewski in #532Performance
#[inline]annotations by @Kijewski in #421indentFilter Implementation by @strickczq in #466wordcountfilter work with core only by @GuillaumeGomez in #480Expr::Callhandling for{{ expressions }}and remove parentheses by @Kijewski in #540Expr/NodewithBox<Expr>/Box<Node>by @Kijewski in #542punction()finding by @Kijewski in #543loop.firstis known by being atindex == 0by @Kijewski in #436Bugfixes
impl FastWritable for Cowby @C0D3-M4513R in #432unicode-identto determine what is an identifier by @Kijewski in #443__askamaby @Kijewski in #444crateto be used as identifier by @GuillaumeGomez in #450LoopItem::indextoLoopItem::index0by @Kijewski in #481U+10FFFFis the highest Unicode codepoint by @Kijewski in #484{% raw %}andLit::parse()withoutskip_tillby @Kijewski in #489{% raw %}for delimiters starting with-by @Kijewski in #491suffix#by @Kijewski in #496check_expr()recursion by @Kijewski in #519EvaluatedResultknow its unknown result by @Kijewski in #538r#selfis not a valid raw identifier in macro calls by @Kijewski in #553::by @GuillaumeGomez in #569lib.rsby @Kijewski in #573r#_is not a valid identifier by @Kijewski in #579blockcalls are done by @GuillaumeGomez in #580safefilter intemplate_syntax.mdby @FalkWoldmann in #587synstack overflow by @GuillaumeGomez in #611New Contributors
Full Changelog: askama-rs/askama@v0.14.0...v0.15.0
clap-rs/clap (clap_complete)
v4.6.7Compare Source
v4.6.6Compare Source
v4.6.5Compare Source
v4.6.4Compare Source
v4.6.3Compare Source
v4.6.2Compare Source
v4.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.67Compare Source
rust-lang/regex (regex)
v1.13.0Compare Source
===================
This release includes a new API, a
regex!macro, for lazy compilation ofa regex from a string literal. If you use regexes a lot, it's likely you've
already written one exactly like it. The new macro can be used like this:
Improvements:
Add a new
regex!macro for efficient and automatic reuse of a compiled regex.v1.12.4Compare Source
===================
This release includes a performance optimization for compilation of regexes
with very large character classes.
Improvements:
Avoid re-canonicalizing the entire interval set when pushing new class ranges.
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.
Improvements:
Switch from a Cargo
excludelist to anincludelist, and exclude someunnecessary stuff.
v1.12.2Compare Source
===================
This release fixes a
cargo docbreakage on nightly when--cfg docsrsisenabled. This caused documentation to fail to build on docs.rs.
Bug fixes:
Switches the
doc_auto_cfgfeature todoc_cfgon nightly for docs.rs builds.v1.12.1Compare Source
===================
This release makes a bug fix in the new
regex::Captures::get_matchAPIintroduced in
1.12.0. There was an oversight with the lifetime parameterfor the
Matchreturned. This is technically a breaking change, but giventhat it was caught almost immediately and I've yanked the
1.12.0release,I think this is fine.
v1.12.0Compare Source
===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new
regex::Captures::get_matchAPI.Improvements:
Add
Capture::get_matchfor returning the overall match withoutunwrap().Bug fixes:
Fixes a panic in the lazy DFA (can only occur for especially large regexes).
Fixes a memory usage regression for large regexes (introduced in
regex 1.9).Fix universal start states in sparse DFA.
Fixes a panic when deserializing a corrupted dense DFA.
Make
regex_automata::meta::Regex::findconsistently returnNonewhenWhichCaptures::Noneis used.v1.11.3Compare Source
===================
This is a small patch release with an improvement in memory usage in some
cases.
Improvements:
Improve memory usage by trimming excess memory capacity in some spots.
Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.v3.24.0Compare Source
v3.23.0Compare Source
v3.22.0Compare Source
windows-sysrequirement to allow version 0.61.xunstable-windows-keep-open-tempfilefeature.v3.21.0Compare Source
windows-sysrequirement to allow version 0.60.xConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.