Update dependencies

This commit is contained in:
Jordan Doyle 2023-11-27 20:14:54 +00:00
parent c2678219d8
commit 47552a638a
No known key found for this signature in database
GPG key ID: 1EA6BAE6F66DC49A
4 changed files with 813 additions and 702 deletions

View file

@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
argh = "0.1"
log = "0.4"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
linked-hash-map = "0.5"
once_cell = "1.14"
parking_lot = "0.12"
@ -21,9 +21,9 @@ gpw = "0.1"
actix = "0.13"
actix-web = "4.0"
htmlescape = "0.3"
askama = "0.11"
bat = "0.20"
syntect = "4.6"
askama = "0.12"
bat = "0.24"
syntect = "5.1"
tokio = { version = "1.20", features = ["sync"] }
futures = "0.3"