Skip to content

Commit

Permalink
Bump minijinja from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 6e18f5d commit 851e78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ either = "1.13"
itertools = "0.13"
log = "0.4"
memchr = "2.7"
minijinja = { version = "2.1", features = ["builtins", "debug", "key_interning", "urlencode"], default-features = false }
minijinja = { version = "2.2", features = ["builtins", "debug", "key_interning", "urlencode"], default-features = false }
monostate = "0.1"
proc-macro2 = { version = "1.0", features = ["span-locations"], default-features = false }
pulldown-cmark = { version = "0.11", default-features = false }
Expand Down

0 comments on commit 851e78f

Please sign in to comment.