Skip to content

Commit

Permalink
build(deps): bump minijinja from 1.0.21 to 2.5.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.5.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.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 8bf2379 commit ef25251
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/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.5", 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 ef25251

Please sign in to comment.