aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 085e225..6e8b8cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,8 +38,8 @@ futures = "0.3"
libflate = "1"
thiserror = "1"
log = "0.4"
-strum = "0.20"
-strum_macros = "0.20"
+strum = "0.21"
+strum_macros = "0.21"
sha2 = "0.9"
hex = "0.4"
zip = "0.5.11"
@@ -55,7 +55,7 @@ assert_cmd = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.8"
+rstest = "0.10"
regex = "1"
pretty_assertions = "0.7"
url = "2"