summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 12:03:20 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 12:03:20 +0100
commitc2d61fe5016650bed501a118fe64c42e7b67fb25 (patch)
tree17ae5eadf8d6b389d52f6c2ddc19fe6e748cea1b /Cargo.toml
parent574b3fed2f8c4fbbbcfb6420cca17c238519c5f1 (diff)
chore(deps): lock regex crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d26fb46..f6f87cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ dns-lookup = "1.0.1"
signal-hook = "0.1.10"
failure = "0.1.6"
chrono = "0.4"
-regex = "*"
+regex = "1.3.1"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.5.3"