update cargo deps
This commit is contained in:
parent
be38c16c8d
commit
2793469627
2 changed files with 1241 additions and 1010 deletions
2246
Cargo.lock
generated
2246
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -8,17 +8,18 @@ edition = "2018"
|
|||
reqwest = "0.9"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
ron = "0.5"
|
||||
actix-web = { version = "1.0.0-beta.3", default-features = false, features = ["brotli", "flate2-zlib"] }
|
||||
actix-web = { version = "1.0", default-features = false, features = ["brotli", "flate2-zlib"] }
|
||||
actix = "0.8"
|
||||
tokio = "0.1"
|
||||
tera = "0.11"
|
||||
env_logger = "0.6"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
ring = "^0"
|
||||
log="0.4"
|
||||
rss = { version = "1.7.0", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["json"]
|
||||
default = ["json", "webhooks"]
|
||||
|
||||
json = []
|
||||
rss_feed = ["rss"]
|
||||
|
|
Loading…
Reference in a new issue