Skip to content

Commit

Permalink
Bump tagged-base64 from 0.3.0 to 0.3.3 (#297)
Browse files Browse the repository at this point in the history
* Bump tagged-base64 from 0.3.0 to 0.3.1

Bumps [tagged-base64](https://github.com/espressosystems/tagged-base64) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/espressosystems/tagged-base64/releases)
- [Commits](EspressoSystems/tagged-base64@0.3.0...9207d39)

---
updated-dependencies:
- dependency-name: tagged-base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependency

* update to 0.3.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chengyu Lin <[email protected]>
  • Loading branch information
dependabot[bot] and mrain authored Jun 8, 2023
1 parent 2664b54 commit de266e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and follow [semantic versioning](https://semver.org/) for our releases.

- [#238](https://github.com/EspressoSystems/jellyfish/pull/238) add public keys into signature aggregation APIs
- [#251](https://github.com/EspressoSystems/jellyfish/pull/251) add sign_key_ref api for BLSKeyPair
- [#297](https://github.com/EspressoSystems/jellyfish/pull/297) Updated `tagged-base64` dependency to the `crates.io` package
- [#299](https://github.com/EspressoSystems/jellyfish/pull/299) For Merkle tree, `DigestAlgorithm` now returns a `Result` type.

### Removed
Expand Down
2 changes: 1 addition & 1 deletion plonk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rand_chacha = { version = "0.3.1", default-features = false }
rayon = { version = "1.5.0", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
sha3 = "^0.10"
tagged-base64 = { git = "https://github.com/espressosystems/tagged-base64", tag = "0.3.0" }
tagged-base64 = "0.3.3"

[dev-dependencies]
ark-bls12-377 = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rayon = { version = "1.5.0", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
sha2 = { version = "0.10.1", default-features = false }
sha3 = { version = "0.10.5", default-features = false }
tagged-base64 = { git = "https://github.com/espressosystems/tagged-base64", tag = "0.3.0" }
tagged-base64 = "0.3.3"
typenum = { version = "1.15.0", default-features = false, features = ["no_std"] }
zeroize = { version = "1.5", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ digest = { version = "0.10.1", default-features = false }
rayon = { version = "1.5.0", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
sha2 = { version = "0.10.1", default-features = false }
tagged-base64 = { git = "https://github.com/espressosystems/tagged-base64", tag = "0.3.0" }
tagged-base64 = "0.3.3"

[dev-dependencies]
ark-bls12-377 = "0.4.0"
Expand Down

0 comments on commit de266e4

Please sign in to comment.