Skip to content

Commit

Permalink
chore: update handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry committed May 12, 2024
1 parent c25dacd commit d6c280a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gitlab = "0.1504.0"
handlebars = "4.1.3"
handlebars = "4.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand Down
3 changes: 3 additions & 0 deletions src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ mod tests {
* created
* apps.v1.Deployment.default.hoge
<details><summary>Details (Click me)</summary>
### apps.v1.Deployment.default.hoge
Expand Down Expand Up @@ -208,6 +209,7 @@ mod tests {
* pruned
* apps.v1.Deployment.default.hoge
<details><summary>Details (Click me)</summary>
### apps.v1.Deployment.default.hoge
Expand Down Expand Up @@ -243,6 +245,7 @@ mod tests {
* configured
* apps.v1.Deployment.default.hoge
<details><summary>Details (Click me)</summary>
### apps.v1.Deployment.default.hoge
Expand Down

0 comments on commit d6c280a

Please sign in to comment.