Skip to content

Commit

Permalink
Merge pull request #112 from Cantido/dependabot/cargo/handlebars-6.2.0
Browse files Browse the repository at this point in the history
Bump handlebars from 6.1.0 to 6.2.0
  • Loading branch information
Cantido authored Nov 2, 2024
2 parents 3de5eb7 + 1cc6b1a commit 879e881
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ axum = { version = "0.7.7", optional = true }
clap = { version = "4.5.20", features = ["derive"], optional = true }
env_logger = { version = "0.10.2", optional = true }
graphql_client = "0.14.0"
handlebars = { version = "6.1.0", features = ["dir_source"], optional = true }
handlebars = { version = "6.2.0", features = ["dir_source"], optional = true }
ics = { version = "0.5.8", optional = true }
log = "0.4.22"
moka = { version = "0.12.8", features = ["future"], optional = true }
Expand Down

0 comments on commit 879e881

Please sign in to comment.