minijinja-cli now supports an -o or --output parameter to write
into a target file. #405
minijinja-cli now accepts the --safe-path parameter to disallow
includes or extends from paths not explicitly allowlisted. #432
Added support for Error::display_debug_info which displays just the
debug info, same way as alternative display on the error does. #420
Added the namspace() function from Jinja2 and the ability to assign
to it via {% set %}. #422
minijinja-autoreload now supports on_should_reload_callback which
lets one register a callback to be called just before an auto reload
should be performed. #424
Added support for Value::from_iterator, IteratorObject and
ObjectKind::Iterator. #426
Added support for 0b/0o/0x prefixed integer literals for
binary, octal and hexadecimal notation. #433
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 3 updates: minijinja, async-trait and serde_yaml.
Updates
minijinja
from 1.0.12 to 1.0.13Changelog
Sourced from minijinja's changelog.
Commits
f338684
1.0.1320d7261
Add support for 0b/0o/0x integer literals (#433)41688a2
Iterator object (#426)7181b6d
Add --safe-path to restrict template loading from unsafe paths (#432)68f6a2d
Remove ExactSizeIterator dependency (#425)c7bf571
Add changelog entryc179099
Implement 'on_should_reload_callback' (#424)a66db00
Added undefined-tracking example5cd4efb
Add namespace() support (#422)57a33c0
Add a --select parameter to cli (#421)Updates
async-trait
from 0.1.77 to 0.1.78Release notes
Sourced from async-trait's releases.
Commits
c73061d
Release 0.1.78b6314bc
Refactor inferred bound filtering8d51928
Merge pull request #262 from dtolnay/asyncspanc98a408
Minimize use of async token's span in expanded code2f5343c
Merge pull request #261 from dtolnay/inferredbound1a01bb4
Skip needlessly generating inferred bounds during ?Sende68d68c
Merge pull request #260 from dtolnay/qualifications75879e8
Ignore intentional unused_qualifications in a regression test4cf4ff6
Ignore unused_qualifications rustc lint in generated code2002954
Reproduce unused_qualifications lint in testsUpdates
serde_yaml
from 0.9.32 to 0.9.33Release notes
Sourced from serde_yaml's releases.
Commits
f4c9ed9
Release 0.9.33b4edaee
Pull in yaml_parser_fetch_more_tokens fix from libyaml8a5542c
Resolve non_local_definitions warning in testDependabot 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