aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fe5a58..9120430 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,9 +23,9 @@ log = "0.4"
[dev-dependencies]
env_logger = "0.9"
criterion = "0.3"
-pretty_assertions = "1.2"
+pretty_assertions = "1"
[build-dependencies]
-regex = "1.5"
+regex = "1"
reqwest = "0.11"
-tokio = { version = "1.12", features = ["full"] }
+tokio = { version = "1", features = ["full"] }