From 1c682a13145c6eba44c84962ef4ad1edb0e47da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:06:15 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c36648c..04da3b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ otel = ["dep:opentelemetry", "dep:opentelemetry_sdk", "dep:tracing", "dep:tracin [dependencies] async-nats = { version = "0.49", optional = true } axum = { version = "0.8", optional = true } -base64 = "0.22.1" +base64 = "0.23.0" futures = { version = "0.3", optional = true } lapin = { version = "4", optional = true } rdkafka = { version = "0.39", features = ["cmake-build", "tokio"], optional = true }