From 1bcdde4a7af272862f79fecba811cc5f93b4b8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:35:31 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.21 to 0.22 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.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pbjson/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbjson/Cargo.toml b/pbjson/Cargo.toml index 2c35e10..16b8823 100644 --- a/pbjson/Cargo.toml +++ b/pbjson/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/influxdata/pbjson" [dependencies] serde = { version = "1.0", features = ["derive"] } -base64 = "0.21" +base64 = "0.22" [dev-dependencies] bytes = "1.0"