From f9840fe2d06273ca6fa4a47ed3afa8adb85738af Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 2 Aug 2020 00:45:06 +0100 Subject: 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 --- fun/paroxysm/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fun/paroxysm/Cargo.toml') diff --git a/fun/paroxysm/Cargo.toml b/fun/paroxysm/Cargo.toml index 2d3e05d9fbf3..eb1b4386c919 100644 --- a/fun/paroxysm/Cargo.toml +++ b/fun/paroxysm/Cargo.toml @@ -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" -- cgit 1.4.1