From a687337e48277bb44f6f7ab2a3d803f9dba11749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:39:15 +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/93be6f0f5c0ec8458f13dede3d2b68dcce12a608...eb449140f2feb597983ebaf0ee2464ed6cee322a) --- updated-dependencies: - dependency-name: tagged-base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 46 ++++++++++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 39 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f83192d..87538f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,6 +814,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "bincode" version = "1.3.3" @@ -1105,7 +1111,7 @@ dependencies = [ "hex", "serde", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -2175,7 +2181,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu 0.8.2", - "tagged-base64", + "tagged-base64 0.3.4", "time 0.3.34", "tokio", "tracing", @@ -2194,7 +2200,7 @@ dependencies = [ "hotshot-types", "serde", "snafu 0.8.2", - "tagged-base64", + "tagged-base64 0.4.0", "tide-disco", "toml", "versioned-binary-serialization", @@ -2573,7 +2579,7 @@ dependencies = [ "rayon", "serde", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -2616,7 +2622,7 @@ dependencies = [ "serde", "sha2 0.10.8", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", "typenum", "zeroize", ] @@ -2660,7 +2666,7 @@ dependencies = [ "rayon", "serde", "sha2 0.10.8", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -4332,7 +4338,22 @@ dependencies = [ "crc-any", "serde", "snafu 0.7.5", - "tagged-base64-macros", + "tagged-base64-macros 0.3.3", + "wasm-bindgen", +] + +[[package]] +name = "tagged-base64" +version = "0.4.0" +source = "git+https://github.com/EspressoSystems/tagged-base64?tag=v0.4.0#eb449140f2feb597983ebaf0ee2464ed6cee322a" +dependencies = [ + "ark-serialize", + "ark-std", + "base64 0.22.0", + "crc-any", + "serde", + "snafu 0.8.2", + "tagged-base64-macros 0.4.0", "wasm-bindgen", ] @@ -4345,6 +4366,15 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "tagged-base64-macros" +version = "0.4.0" +source = "git+https://github.com/EspressoSystems/tagged-base64?tag=v0.4.0#eb449140f2feb597983ebaf0ee2464ed6cee322a" +dependencies = [ + "quote", + "syn 1.0.109", +] + [[package]] name = "tap" version = "1.0.1" @@ -4449,7 +4479,7 @@ dependencies = [ "strum", "strum_macros", "surf", - "tagged-base64", + "tagged-base64 0.3.4", "tide", "tide-websockets", "toml", diff --git a/Cargo.toml b/Cargo.toml index e18e8db..e7a250a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3" hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.11" } serde = { version = "1.0", features = ["derive"] } snafu = "0.8" -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.5.0" } toml = "0.8" versioned-binary-serialization = { git = "https://github.com/EspressoSystems/versioned-binary-serialization.git", tag = "0.1.2" }