Bump package versions

This commit is contained in:
Jordan Doyle 2020-04-12 16:07:10 +01:00 committed by jordan@doyle.la
parent ff3d193734
commit 53d97709fa
No known key found for this signature in database
GPG key ID: 1EA6BAE6F66DC49A
3 changed files with 628 additions and 409 deletions

View file

@ -11,11 +11,11 @@ edition = "2018"
owning_ref = "0.4"
linked-hash-map = "0.5"
rocket = { version = "0.4.4", default-features = false }
askama = "0.8"
lazy_static = "1.2"
rand = { version = "0.6", features = ["nightly"] }
askama = "0.9"
lazy_static = "1.4"
rand = { version = "0.7", features = ["nightly"] }
gpw = "0.1"
syntect = "3.0"
syntect = "4.1"
serde_derive = "1.0"
[profile.release]