diff --git a/robohash/Cargo.toml b/robohash/Cargo.toml index 293af4c..64d3d9d 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -27,7 +27,7 @@ walkdir = "2.3.2" image = "0.24.5" base64 = "0.21.2" strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" thiserror = "1.0.37" imageproc = "0.23.0" prefer-dynamic = "0"