yagcdn/backend/Cargo.toml
dependabot-preview[bot] df6c537275
Bump awc from 0.2.7 to 0.2.8 in /backend
Bumps [awc](https://github.com/actix/actix-web) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/awc-v0.2.7...awc-v0.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 11:19:40 +00:00

24 lines
538 B
TOML

[package]
name = "yagcdn"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
actix-files = "0.1.6"
actix-web = "1.0.9"
awc = { version = "0.2.8", features = ["default", "rust-tls"] }
bytes = "0.4.12"
futures = "0.1.29"
lazy_static = "1.4.0"
log = "0.4.8"
mime_guess = "2.0.1"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.1"
serde = { version = "1.0.104", features = ["rc"] }
serde_derive = "1.0.104"
serde_json = "1.0.44"
structopt = "0.3.7"
time-cache = { path = "../time-cache" }