diff --git a/robohash/Cargo.toml b/robohash/Cargo.toml index 293af4c..21d1cb0 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.66" data-encoding = "2.3.2" byteorder = "1.4.3" walkdir = "2.3.2" -image = "0.24.5" +image = "0.25.3" base64 = "0.21.2" strum = "0.25" strum_macros = "0.25"