From 1c83e44ab9ff15b713a3728ef407d861b9527684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:32:02 -0300 Subject: [PATCH] build(deps): update base64 requirement from 0.21.2 to 0.22.0 (#417) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-configs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-configs/Cargo.toml b/pallas-configs/Cargo.toml index f28ad72..f692d0a 100644 --- a/pallas-configs/Cargo.toml +++ b/pallas-configs/Cargo.toml @@ -17,7 +17,7 @@ pallas-crypto = { version = "=0.23.0", path = "../pallas-crypto" } pallas-codec = { version = "=0.23.0", path = "../pallas-codec" } serde = { version = "1.0.136", optional = true, features = ["derive"] } serde_json = { version = "1.0.79", optional = true } -base64 = "0.21.2" +base64 = "0.22.0" [features] json = ["serde", "serde_json"]