Skip to content

Commit

Permalink
Bump tera from 1.17.1 to 1.19.1 (#275)
Browse files Browse the repository at this point in the history
Bumps [tera](https://github.com/Keats/tera) from 1.17.1 to 1.19.1.
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 18b80be commit 5dd0454
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
35 changes: 17 additions & 18 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 src/k8-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dirs = "5.0.1"
serde = { version ="1.0.136", features = ['derive'] }
serde_yaml = { workspace = true }
serde_json = "1.0.57"
tera = { version = "1.3.0", optional = true }
tera = { version = "1.19.1", optional = true }
hostfile = "0.2.0"
thiserror = "1.0.20"

Expand Down

0 comments on commit 5dd0454

Please sign in to comment.