From e5758fe288c611d4a3b3ec64f04092846cb3e0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:41:55 +0000 Subject: [PATCH] build(deps): Update base64 requirement from 0.21.2 to 0.22.1 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.1) --- 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 5f3a1e9f..362b2c47 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.1", optional = true } # https://github.com/marshallpierce/rust-base64 num-bigint = { version = "0.4.3", optional = true } [dev-dependencies]