From beac1b3f4240ca2ccab569770bf8e08a106e0318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:45:48 +0000 Subject: [PATCH] Update Rust crate base64 to 0.21.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8afd1bd..9f685e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,9 +202,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" diff --git a/Cargo.toml b/Cargo.toml index 6438a87..8f7712d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.193" colored_json = "4.1.0" uuid = { version = "1.6.1", features = ["v4"] } tempfile = "3.8.1" -base64 = "0.21.5" +base64 = "0.21.7" regex = "1.10.2" tabled = { version = "0.14.0", features = ["color"] } time = "0.3.30"