Clarify some dependencies.

This commit is contained in:
Rasmus Kaj 2020-04-08 20:12:33 +02:00
parent f7ce9f58c2
commit f1dd177cc0

View File

@ -7,23 +7,23 @@ edition = "2018"
build = "src/build.rs"
[build-dependencies]
ructe = { version = "^0.9.0", features = ["sass", "warp02"] }
ructe = { version = "0.9.0", features = ["sass", "warp02"] }
[dependencies]
brotli = "3.3.0"
chrono = "~0.4.0" # Must match version used by diesel
chrono = "0.4.0" # Must match version used by diesel
dotenv = "0.15"
env_logger = "*"
flate2 = "^1.0.0"
env_logger = "0.7.1"
flate2 = "1.0.14"
image = "0.23.0"
medallion = "2.3.1"
kamadak-exif = "0.5.0"
libc = "*"
libc = "0.2.68"
log = "0.4.8"
mime = "0.3.0"
r2d2-memcache = "0.5.0"
rand = "0.7.0"
regex = "*"
regex = "1.3.6"
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.0", features = ["derive"] }
serde_json = "1.0"