From b5104c287fa7b000c45e3b120f751d5b727b793a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:59:18 +0000 Subject: [PATCH] Update Rust crate base64 to 0.21.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 512770f..e5aba85 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.6" reqwest = { "version" = "0.11.11", "features" = ["blocking"] } serde = { "version" = "1.0.139", "features" = ["derive"] } serde_json = "1.0.82"