From 88f69da3ce69151cfd0d8d1ff45af997e5da40fa Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 2 Aug 2020 00:42:17 +0100 Subject: chore(paroxysm): Remove no-op minor version constraints ... these don't do anything anyways. Change-Id: Id0b21443eda10361bfb384e876bbbf8fa2e97e15 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1551 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- fun/paroxysm/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'fun/paroxysm') diff --git a/fun/paroxysm/Cargo.toml b/fun/paroxysm/Cargo.toml index a60883533a..2d3e05d9fb 100644 --- a/fun/paroxysm/Cargo.toml +++ b/fun/paroxysm/Cargo.toml @@ -5,17 +5,17 @@ name = "paroxysm" version = "0.1.0" [dependencies] -chrono = "0.4.6" -config = "0.9.1" -env_logger = "0.6.0" -failure = "0.1.3" -irc = "0.13.6" -lazy_static = "1.2.0" -log = "0.4.6" -rand = "0.7.3" -regex = "1.1.0" +chrono = "0.4" +config = "0.9" +env_logger = "0.6" +failure = "0.1" +irc = "0.13" +lazy_static = "1.2" +log = "0.4" +rand = "0.7" +regex = "1.1" serde = { version = "1.0", features = [ "derive" ] } [dependencies.diesel] features = ["postgres", "chrono", "r2d2"] -version = "1.3.3" +version = "1.3" -- cgit 1.4.1