Skip to content

Commit

Permalink
build(deps): bump minijinja from 1.0.21 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.21 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@1.0.21...2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2024
1 parent 49447a5 commit b019b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/fluvio-connector-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["toml"]
anyhow = { workspace = true }
bytesize = { workspace = true }
humantime-serde = { workspace = true }
minijinja = { version = "1.0", default-features = false, features = ["custom_syntax", "fuel"] }
minijinja = { version = "2.2", default-features = false, features = ["custom_syntax", "fuel"] }
openapiv3 = { version = "2.0", default-features = false }
serde = { workspace = true, features = ["derive"], default-features = false }
serde_yaml = { workspace = true }
Expand Down

0 comments on commit b019b41

Please sign in to comment.