From 88cfae85ab53f4b6f2f6f98214798f0de4013405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:47:42 +0000 Subject: [PATCH] build(deps): Update base64 requirement from 0.21.2 to 0.22.0 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.21.2...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 5f3a1e9..6763909 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -92,7 +92,7 @@ tower-service = { version = "0.3.2", optional = true } prometheus = { version = "0.13.3", default-features = false, features = ["process"], optional = true } # [OPTIONAL] for "codec" -base64 = { version = "0.21.2", optional = true } # https://github.com/marshallpierce/rust-base64 +base64 = { version = "0.22.0", optional = true } # https://github.com/marshallpierce/rust-base64 num-bigint = { version = "0.4.3", optional = true } [dev-dependencies]