Added support for the loop_controls feature which adds
{% break %} and {% continue %}. #558
Iterables can now be indexed into. It was already possible previously
to slice them. This improves support for Jinja2 compatibility as Jinja2
is more likely to create temporary lists when slicing lists. #565
Install minijinja-cli 2.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.2.0/minijinja-cli-installer.sh | sh
Added support for the loop_controls feature which adds
{% break %} and {% continue %}. #558
Iterables can now be indexed into. It was already possible previously
to slice them. This improves support for Jinja2 compatibility as Jinja2
is more likely to create temporary lists when slicing lists. #565
2.1.2
Flush filter and test cache when processing extended template.
This fixes a bug that caused the wrong filters to be used in some
cases. #551
Add more removal methods to OccupiedEntry (#1179, thanks @GREsau)
1.0.126
Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @CryZe)
1.0.125
Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @purplesyringa)
v1.0.124
Fix a bug in processing string escapes in big-endian architectures (#1173, thanks @purplesyringa)
v1.0.123
Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on twitter.json from 613 MB/s to 799 MB/s (#1161, thanks @purplesyringa)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the prod-dependencies group with 16 updates in the / directory:
4.5.8
4.5.16
1.38.0
1.40.0
6.0.1
6.0.3
1.10.5
1.10.6
2.0.3
2.2.0
0.1.81
0.1.82
1.0.61
1.0.63
1.0.204
1.0.209
1.0.120
1.0.127
0.20.0
0.20.1
1.2.0
1.3.0
2.0.14
2.0.16
1.1.1
1.1.2
0.5.11
0.5.12
3.1.0
3.1.2
8.3.1
8.3.2
Updates
clap
from 4.5.8 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commands050b6c5
chore: Release5e61bd4
docs: Update changelog6f88091
Merge pull request #5671 from epage/envc402ec6
feat(complete): Env hook for dynamic completions6288e11
test(complete): Specialize tests84cfd92
Merge pull request #5667 from a-kenji/fix-typo70d8334
Merge pull request #5669 from epage/reorgcddbb56
fix(complete): Correct version checkUpdates
tokio
from 1.38.0 to 1.40.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)Updates
which
from 6.0.1 to 6.0.3Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
efd571d
bump version, update changelogd95a471
Add more high level debug logs7b6c81c
add changelog entry299189a
Bump version to 6.0.207dea2e
also run CI without features enabledfa97502
modernize deny.tomlebf355f
Turn off tracing default featuresba36812
fix Windows coded6a1416
add optional tracing feature, trace which logic7a71ac6
Change from checkout@v3 to checkout@v4Updates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
minijinja
from 2.0.3 to 2.2.0Release notes
Sourced from minijinja's releases.
... (truncated)
Changelog
Sourced from minijinja's changelog.
Commits
b327a8c
2.2.0dfbd604
Add two inline markers5446f88
Add support for indexing into iterables (#565)3559330
example: nit (#563)080304a
Convert PendingBlock to named structs (#559)dff9f46
Add support for break and continue (#558)f8b5562
Added filesizeformat filter (#556)b1df40e
Added changelog entry76520fb
Implement IntoDeserializer for Value (#555)69ef7e5
Fix a bug with deserializating enums (#554)Updates
async-trait
from 0.1.81 to 0.1.82Release notes
Sourced from async-trait's releases.
Commits
f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-1182c62cd
Update ui test suite to nightly-2024-07-25370ee12
Update ui test suite to nightly-2024-07-20Updates
thiserror
from 1.0.61 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
serde
from 1.0.204 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
serde_json
from 1.0.120 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
derive_builder
from 0.20.0 to 0.20.1Release notes
Sourced from derive_builder's releases.
Commits
107bd5d
Bump version to 0.20.16daff1e
clippy: fix for latest stable1489bca
forward default typeparamda455f6
Remove quotation marks from metas in testsed9798d
Remove dead code from test6408999
Don't refer to TryInto as not-yet-stablea9fb83a
Update example style to remove #[macro_use]10152f1
Use darling'swith
to handle unnesting attrs06ba461
Refactor visibility options with #[darling(flatten)]233c3d8
Resolve prelude redundant import warnings in nightlyUpdates
normpath
from 1.2.0 to 1.3.0Release notes
Sourced from normpath's releases.
Commits
d65453f
Bump version25a8b60
Merge pull request #20 from dylni/dependabot/cargo/windows-sys-0.59ab21064
Adjust to "windows-sys" API changes8164f5a
Separate shortening and expansion methodsefcaca9
Minor improvements5c60c48
Update windows-sys requirement from 0.52 to 0.5995871a8
Add more testsc16e087
Further avoid resolving verbatim pathsba493c3
Expand shorthand paths (#19)fa5e355
Update uniquote requirement from 3.0 to 4.0 (#17)Updates
assert_cmd
from 2.0.14 to 2.0.16Changelog
Sourced from assert_cmd's changelog.
Commits
bf1025e
chore: Release assert_cmd version 2.0.1650e8293
docs: Update changelog6539f0a
Merge pull request #213 from mcky/feat-add-command-gettersb037f96
feat: Add getters to mirror those available on std::process::Command4d3dbd3
chore(deps): Update Rust crate escargot to v0.5.12936e453
Merge pull request #210 from epage/min26a368c
chore: Clean up minimal deps hack3229492
chore(deps): Update Rust Stable to v1.807c63917
Merge pull request #208 from epage/template3dc2b41
fix: Workaround bad minimal-versionsUpdates
assert_fs
from 1.1.1 to 1.1.2Changelog
Sourced from assert_fs's changelog.
Commits
c879cf0
chore: Release assert_fs version 1.1.276271e6
docs: Update changelog8a3d2fa
chore(deps): Update Rust Stable to v1.79 (#123)72d14c2
chore(deps): Update Rust Stable to v1.78 (#122)43beebc
style: Address comments75ed5dd
Merge pull request #121 from epage/templatea760a68
style: Restore use of wildcard preludeaeeb843
chore: Update from _rust/main template181a2cf
chore(ci): Allow prelude wildcard imports82cf9a6
chore(ci): Reduce noisy lintsUpdates
escargot
from 0.5.11 to 0.5.12Changelog
Sourced from escargot's changelog.
Commits
ef37795
chore: Release escargot version 0.5.125dd235b
chore(deps): Update Rust crate tempfile to v3.10.1 (#94)1d4dce6
chore(deps): Update Rust Stable to v1.79 (#93)Updates
predicates
from 3.1.0 to 3.1.2Changelog
Sourced from predicates's changelog.
Commits
9b44604
chore: Release31556d0
chore: Releaseb87c960
docs: Update changelogce08537
chore(deps): Update Rust Stable to v1.79 (#170)bb3ed6c
style: Make clippy happy8981e6f
chore(deps): Update Rust Stable to v1.78 (#169)6732e45
style: Address warningsed6709e
chore(deps): Update Rust Stable to v1.77 (#168)60ceafb
Merge pull request #167 from epage/templatef9786f8
chore: Update from _rust/main templateUpdates
vergen
from 8.3.1 to 8.3.2Release notes
Sourced from vergen's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show