From 864067c8900c83a80da32999712256155ddf9994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:39:52 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.13 to 0.21 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.21.5) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-core/Cargo.toml b/sentinel-core/Cargo.toml index 82d42fb..54ad850 100644 --- a/sentinel-core/Cargo.toml +++ b/sentinel-core/Cargo.toml @@ -61,7 +61,7 @@ lru = "0.7.5" etcd-rs = { version = "0.6", optional = true } consul = { version = "0.4", optional = true } futures = { version = "0.3.17", optional = true } -base64 = { version = "0.13", optional = true } +base64 = { version = "0.21", optional = true } kube = { version = "0.76", features = ["derive", "runtime"], optional = true } k8s-openapi = { version = "0.16.0", default-features = false, features = [ "v1_25",