From 6f6ad8c8434855c01c47aa541015e6ad116153aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:49:00 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.23.0 --- Cargo.lock | 6 +++--- ferron-dns-builtin/Cargo.toml | 2 +- ferron-modules-builtin/Cargo.toml | 2 +- ferron/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe94ce67..9ffb1a9e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,7 +1528,7 @@ dependencies = [ "async-channel", "aws-lc-rs", "backtrace", - "base64 0.22.1", + "base64 0.23.1", "blocking", "bytes", "chrono", @@ -1639,7 +1639,7 @@ dependencies = [ "aws-config", "aws-credential-types", "aws-sdk-route53", - "base64 0.22.1", + "base64 0.23.1", "dns-update-lite", "ferron-common", "hyper", @@ -1668,7 +1668,7 @@ dependencies = [ "async-compression", "async-process", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "bytes", "cegla", "cegla-cgi", diff --git a/ferron-dns-builtin/Cargo.toml b/ferron-dns-builtin/Cargo.toml index fa757a0ea..547b3c6e5 100644 --- a/ferron-dns-builtin/Cargo.toml +++ b/ferron-dns-builtin/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.47.0", default-features = false, features = [ ] } async-trait = "0.1.88" anyhow = "1.0.98" -base64 = { version = "0.22.1", optional = true } +base64 = { version = "0.23.0", optional = true } hyper = { version = "1.9.0", optional = true } [features] diff --git a/ferron-modules-builtin/Cargo.toml b/ferron-modules-builtin/Cargo.toml index 35107a77f..ae817c005 100644 --- a/ferron-modules-builtin/Cargo.toml +++ b/ferron-modules-builtin/Cargo.toml @@ -21,7 +21,7 @@ hyper-util = { version = "0.1.13", features = ["client"] } http-body-util = "0.1.3" password-auth = { workspace = true } xxhash-rust = { version = "0.8.15", features = ["std", "xxh3"], optional = true } -base64 = "0.22.1" +base64 = "0.23.0" # Async Runtime & Concurrency tokio = { version = "1.45.0", features = [ diff --git a/ferron/Cargo.toml b/ferron/Cargo.toml index 706bac51e..6e8836e2f 100644 --- a/ferron/Cargo.toml +++ b/ferron/Cargo.toml @@ -71,7 +71,7 @@ rcgen = { version = "0.14.1", default-features = false, features = [ "aws_lc_rs", "pem", ] } -base64 = "0.22.1" +base64 = "0.23.0" xxhash-rust = { version = "0.8.15", features = ["std", "xxh3"] } rasn = "0.28.8" rasn-ocsp = "0.28.8"