From 471232ee144e11b0fd675ecdcec9828607662f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:55:54 +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 | 52 +++++++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 42 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55ce6c4f..5bcd9c9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,6 +1069,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 = "base64ct" version = "1.6.0" @@ -1527,7 +1533,7 @@ dependencies = [ "hex", "serde", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -3153,7 +3159,7 @@ dependencies = [ "hotshot-types", "serde", "snafu 0.8.2", - "tagged-base64", + "tagged-base64 0.3.4", "tide-disco", "toml", "versioned-binary-serialization", @@ -3180,7 +3186,7 @@ dependencies = [ "sha2 0.10.8", "snafu 0.8.2", "surf-disco", - "tagged-base64", + "tagged-base64 0.4.0", "tide-disco", "tracing", "versioned-binary-serialization", @@ -3204,7 +3210,7 @@ dependencies = [ "hotshot-types", "serde", "snafu 0.8.2", - "tagged-base64", + "tagged-base64 0.3.4", "tide-disco", "toml", "tracing", @@ -3309,7 +3315,7 @@ dependencies = [ "sha2 0.10.8", "snafu 0.8.2", "surf-disco", - "tagged-base64", + "tagged-base64 0.3.4", "time 0.3.34", "tokio", "tracing", @@ -3356,7 +3362,7 @@ dependencies = [ "serde", "sha2 0.10.8", "snafu 0.8.2", - "tagged-base64", + "tagged-base64 0.3.4", "time 0.3.34", "tokio", "tracing", @@ -3842,7 +3848,7 @@ dependencies = [ "rayon", "serde", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -3885,7 +3891,7 @@ dependencies = [ "serde", "sha2 0.10.8", "sha3", - "tagged-base64", + "tagged-base64 0.3.4", "typenum", "zeroize", ] @@ -3929,7 +3935,7 @@ dependencies = [ "rayon", "serde", "sha2 0.10.8", - "tagged-base64", + "tagged-base64 0.3.4", ] [[package]] @@ -7635,7 +7641,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", ] @@ -7648,6 +7669,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" @@ -7770,7 +7800,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 dc940709..f9ddeb1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" snafu = "0.8" surf-disco = { git = "https://github.com/EspressoSystems/surf-disco", tag = "v0.5.0" } -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", tag = "v0.5.0" } tracing = "0.1" versioned-binary-serialization = { git = "https://github.com/EspressoSystems/versioned-binary-serialization.git", tag = "0.1.2" }