Skip to content

Commit

Permalink
Merge pull request #4 from Cantido/dependabot/cargo/handlebars-5.1.1
Browse files Browse the repository at this point in the history
Bump handlebars from 5.0.0 to 5.1.1
  • Loading branch information
Cantido authored Jan 19, 2024
2 parents 3561a7b + 646813e commit 0dc0d17
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ axum = { version = "0.7.4", optional = true }
clap = { version = "4.4.18", features = ["derive"], optional = true }
env_logger = { version = "0.10.1", optional = true }
graphql_client = "0.13.0"
handlebars = { version = "5.0.0", features = ["dir_source"], optional = true }
handlebars = { version = "5.1.1", features = ["dir_source"], optional = true }
ics = { version = "0.5.8", optional = true }
log = "0.4.20"
moka = { version = "0.12.3", features = ["future"], optional = true }
Expand Down

0 comments on commit 0dc0d17

Please sign in to comment.