minor update

This commit is contained in:
Bryan Stitt 2022-12-22 12:04:58 -08:00
parent d6dfcbd2d7
commit 9885bdfd8c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2097,9 +2097,9 @@ dependencies = [
[[package]]
name = "handlebars"
version = "4.3.5"
version = "4.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"
checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
dependencies = [
"log",
"pest",

View File

@ -51,7 +51,7 @@ proctitle = "0.1.1"
# TODO: regex has several "perf" features that we might want to use
regex = "1.7.0"
reqwest = { version = "0.11.13", default-features = false, features = ["json", "tokio-rustls"] }
handlebars = "4.3.5"
handlebars = "4.3.6"
rustc-hash = "1.1.0"
siwe = "0.5.0"
sentry = { version = "0.29.1", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] }