diff --git a/Cargo.lock b/Cargo.lock index 19fcd0f25..1790fea1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5921,7 +5921,7 @@ dependencies = [ [[package]] name = "zcash_encoding" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byteorder", "nonempty", diff --git a/components/zcash_encoding/CHANGELOG.md b/components/zcash_encoding/CHANGELOG.md index 9ee79287d..f8733c1bd 100644 --- a/components/zcash_encoding/CHANGELOG.md +++ b/components/zcash_encoding/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2024-08-19 ### Added - `zcash_encoding::CompactSize::serialized_size` - `zcash_encoding::Vector::serialized_size_of_u8_vec` diff --git a/components/zcash_encoding/Cargo.toml b/components/zcash_encoding/Cargo.toml index b287a4765..02f41a0a4 100644 --- a/components/zcash_encoding/Cargo.toml +++ b/components/zcash_encoding/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_encoding" description = "Binary encodings used throughout the Zcash ecosystem." -version = "0.2.0" +version = "0.2.1" authors = [ "Jack Grigg ", "Kris Nuttycombe ", @@ -16,8 +16,8 @@ categories = ["cryptography::cryptocurrencies", "encoding"] keywords = ["zcash"] [dependencies] -byteorder = "1" -nonempty = "0.7" +byteorder.workspace = true +nonempty.workspace = true [lib] bench = false diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index ca13a2e2b..b24806dcc 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -299,6 +299,13 @@ user-id = 169181 user-login = "nuttycom" user-name = "Kris Nuttycombe" +[[publisher.zcash_protocol]] +version = "0.2.0" +when = "2024-08-19" +user-id = 169181 +user-login = "nuttycom" +user-name = "Kris Nuttycombe" + [[publisher.zcash_spec]] version = "0.1.0" when = "2023-12-07"