From 47303b3611ad20178dee35e32615ed744c5bb4f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:54:06 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa8eb64..ecb10c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.197" colored_json = "4.1.0" uuid = { version = "1.8.0", features = ["v4"] } tempfile = "3.10.1" -base64 = "0.21.7" +base64 = "0.22.0" regex = "1.10.4" tabled = { version = "0.15.0", features = ["ansi"] } time = "0.3.36"