From 59b143bcd929b428877cb959efa07d0ac675f916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:23:29 +0000 Subject: [PATCH] Bump tagged-base64 from 0.3.4 to v0.4.0 Bumps [tagged-base64](https://github.com/EspressoSystems/tagged-base64) from 0.3.4 to v0.4.0. - [Release notes](https://github.com/EspressoSystems/tagged-base64/releases) - [Commits](https://github.com/EspressoSystems/tagged-base64/compare/0.3.4...eb449140f2feb597983ebaf0ee2464ed6cee322a) --- updated-dependencies: - dependency-name: tagged-base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55ecca7..c29805a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ futures = "0.3" hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.5" } serde = { version = "1.0", features = ["derive"] } snafu = { version = "0.7", features = ["backtraces"] } -tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" } +tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "v0.4.0" } tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.6" } toml = "0.8"