aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bfbe3ef..b51b6db 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2415,9 +2415,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
-version = "0.22.0"
+version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
+checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
[[package]]
name = "strum_macros"
diff --git a/Cargo.toml b/Cargo.toml
index 5334cbf..d16f5d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ libflate = "1"
thiserror = "1"
anyhow = "1"
log = "0.4"
-strum = "0.22"
+strum = "0.23"
strum_macros = "0.22"
sha2 = "0.9"
hex = "0.4"