Skip to content

Commit c970bc9

Browse files
authored
Merge pull request #4820 from namada-net/mergify/bp/maint-201.0/pr-4818
update tiny-hderive (backport #4818)
2 parents 1ece558 + 3d0212f commit c970bc9

File tree

6 files changed

+49
-20
lines changed

6 files changed

+49
-20
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated tiny-hderive crate to replace unmaintained memzero crate with zeroize.
2+
([\#4818](https://github.com/namada-net/namada/pull/4818))

Cargo.lock

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ tendermint-rpc = {version = "0.40.3", default-features = false}
245245
test-log = {version = "0.2", default-features = false, features = ["trace"]}
246246
textwrap-macros = "0.3"
247247
tiny-bip39 = {version = "2.0"}
248-
tiny-hderive = {package = "nam-tiny-hderive", version = "0.3.1-nam.0"}
248+
tiny-hderive = {package = "nam-tiny-hderive", version = "0.3.1-nam.1"}
249249
tiny-keccak = { version = "2.0", features = ["keccak"] }
250250
thiserror = "2.0"
251251
tokio = {version = "1.8", default-features = false}

fuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "namada_fuzz"
33
version = "0.251.0"
44
publish = false
55
edition = "2024"
6+
license = "GPL-3.0-or-later"
67

78
[package.metadata]
89
cargo-fuzz = true

scripts/make-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ln ${BIN} ../../${PACKAGE_NAME} && \
1616
cd ../.. && \
1717
ln wasm/*.*.wasm wasm/checksums.json ${PACKAGE_NAME}/wasm && \
1818
ln LICENSE ${PACKAGE_NAME} && \
19-
cargo about generate about.hbs --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
19+
cargo about generate about.hbs --fail --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
2020
tar -c -z -f ${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} && \
2121
rm -rf ${PACKAGE_NAME}

wasm/Cargo.lock

Lines changed: 41 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)