Skip to content

Commit

Permalink
chore(deps): bump minijinja from 2.1.0 to 2.1.1 (#283)
Browse files Browse the repository at this point in the history
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.1.0 to 2.1.1.
- [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.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 260c460 commit 09031bf
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 crates/weaver_forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ weaver_resolver = { path = "../weaver_resolver" }
weaver_resolved_schema = { path = "../weaver_resolved_schema" }
weaver_semconv = { path = "../weaver_semconv" }

minijinja = { version = "2.1.0", features = ["loader", "custom_syntax", "debug", "json", "urlencode", "macros"] }
minijinja = { version = "2.1.1", features = ["loader", "custom_syntax", "debug", "json", "urlencode", "macros"] }
minijinja-contrib = { version="2.0.3", features = ["pycompat"] }
convert_case = "0.6.0"
jaq-core = "1.5.1"
Expand Down

0 comments on commit 09031bf

Please sign in to comment.