Skip to content

Commit

Permalink
build(deps): Update Rust crate minijinja to v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 18, 2024
1 parent 6bf7bf9 commit 0c1d2f6
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 rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json.workspace = true
serde_yaml.workspace = true
byte-unit = "5.1"
console = "0.15"
minijinja = { version = "2.2.0", features = ["loader", "json"] }
minijinja = { version = "2.3.1", features = ["loader", "json"] }
clap = { workspace = true, features = ["std", "color", "derive", "cargo"] }
exec = "0.3.1"
fern = { version = "0.6.2", features = ["colored"] }
Expand Down

0 comments on commit 0c1d2f6

Please sign in to comment.