diff --git a/Cargo.toml b/Cargo.toml index 930affa..f856d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.91" -base64 = "0.22.1" +base64 = "0.23.0" clap = {version = "4.5.20", features = ["derive"]} dotenv = "0.15.0" lettre = "0.11.10"