From dafcc7c74049a84eb58c08ebb51696296ef41a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:31:52 +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 b313f2b..e1fb6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.200" 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.17.0", features = ["ansi"] } time = "0.3.36"