Bump dependencies
This commit is contained in:
parent
c686cba0c4
commit
e8c3d1a5fc
4 changed files with 1246 additions and 1277 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -15,18 +15,17 @@ owning_ref = "0.4"
|
|||
linked-hash-map = "0.5"
|
||||
lazy_static = "1.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rand = { version = "0.7", features = ["nightly"] }
|
||||
rand = { version = "0.8" }
|
||||
gpw = "0.1"
|
||||
|
||||
actix = "0.10.0-alpha.2"
|
||||
actix-web = "3.0.0-alpha.1"
|
||||
actix-rt = "1.0"
|
||||
actix = "0.12"
|
||||
actix-web = "3.3"
|
||||
|
||||
htmlescape = "0.3"
|
||||
askama = "0.9"
|
||||
syntect = "4.1"
|
||||
askama = "0.11"
|
||||
syntect = "4.6"
|
||||
|
||||
tokio = { version = "0.2", features = ["sync"] }
|
||||
tokio = { version = "1.15", features = ["sync"] }
|
||||
futures = "0.3"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue