chore(paroxysm): Bump minimum versions of some dependencies

Most of these had already been updated due to how dep constraints are
solved, but it can't hurt to make it explicit.

Change-Id: I1928f5e43a360505e9205f98d007674f6eaf9830
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1553
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
This commit is contained in:
Vincent Ambo 2020-08-02 00:45:06 +01:00 committed by tazjin
parent 88f69da3ce
commit f9840fe2d0
2 changed files with 8 additions and 8 deletions

View file

@ -7,15 +7,15 @@ version = "0.1.0"
[dependencies]
chrono = "0.4"
config = "0.9"
env_logger = "0.6"
env_logger = "0.7"
failure = "0.1"
irc = "0.13"
lazy_static = "1.2"
lazy_static = "1.4"
log = "0.4"
rand = "0.7"
regex = "1.1"
regex = "1.3"
serde = { version = "1.0", features = [ "derive" ] }
[dependencies.diesel]
features = ["postgres", "chrono", "r2d2"]
version = "1.3"
features = [ "postgres", "chrono", "r2d2" ]
version = "1.4"