aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris2022-08-21 15:02:18 +0200
committerJoris2022-08-21 15:02:52 +0200
commite9fea9920edfb4cf68b08fab9e55fc0b06b993c8 (patch)
tree656393bfec3b4b5ed6ee75986710ce42df768388 /Cargo.toml
parent337b2f5ef32ecace699d2225f31caf3257806b44 (diff)
downloadbudget-e9fea9920edfb4cf68b08fab9e55fc0b06b993c8.tar.gz
budget-e9fea9920edfb4cf68b08fab9e55fc0b06b993c8.tar.bz2
budget-e9fea9920edfb4cf68b08fab9e55fc0b06b993c8.zip
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b03fcf4..4c8ed51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ sha2 = "0.10"
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "chrono"] }
sqlx-core = "0.6"
structopt = "0.3"
-tera = { version = "1.16", features = ["builtins"] }
+tera = { version = "1.17", features = ["builtins"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec"] }
url = "2.2"