aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e208659..b934115 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,11 +30,11 @@ maintenance = { status = "passively-maintained" }
[dependencies]
anyhow = "^1"
-cargo-lock = "^4.0"
-cargo_metadata = "^0.9"
-itertools = "^0.8"
+cargo-lock = "^7.0"
+cargo_metadata = "^0.14"
+itertools = "^0.10"
structopt = "^0.3"
-time = "^0.1"
+time = "^0.2"
[dependencies.phf]
version = "0.9"