Update dependencies
This commit is contained in:
parent
c2678219d8
commit
47552a638a
4 changed files with 813 additions and 702 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue