From a04a39b0672618e7c6f36d3661f5f3f005efb9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:17:10 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.23 --- crates/reg_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/reg_core/Cargo.toml b/crates/reg_core/Cargo.toml index 8d02c506..7d7e6bfe 100644 --- a/crates/reg_core/Cargo.toml +++ b/crates/reg_core/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.207", features = ["derive"] } serde_json = "1.0.125" bytes = "1.7.1" urlencoding = "2.1.3" -base64 = "0.22" +base64 = "0.23" pathdiff = "0.2.1" thiserror = "2.0" url = "2.5.2"