Skip to content

Commit 34cf367

Browse files
committed
update dependencies
1 parent 2470cae commit 34cf367

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
sqlx = { version = "0.6.0", features = ["any", "runtime-actix-rustls", "sqlite", "postgres", "mysql"] }
1010
actix-web = { version = "4", features = ["rustls"] }
11-
handlebars = { version = "4.3.5-alpha.0", git = "https://github.com/lovasoa/handlebars-rust.git", branch = "get-locals-mut" }
11+
handlebars = { version = "4.3.5-alpha.0", git = "https://github.com/sunng87/handlebars-rust.git", branch = "master" }
1212
log = "0.4.17"
1313
env_logger = "0.9.0"
1414
actix-files = "0.6.2"

0 commit comments

Comments
 (0)