From b5da2631da1c0298e9360f7cc17957c7a25c99fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:03:03 +0000 Subject: [PATCH] Update Rust crate base64 to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 512770f..6c5aabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["learning", "connectwise"] [dependencies] anyhow = "1.0.58" -base64 = "0.13.0" +base64 = "0.21.0" reqwest = { "version" = "0.11.11", "features" = ["blocking"] } serde = { "version" = "1.0.139", "features" = ["derive"] } serde_json = "1.0.82"