From fcd3b9728069a1c8c7c393fb2d6adced19b6e486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:07:42 +0000 Subject: [PATCH] Bump the minor-changes group across 1 directory with 4 updates Bumps the minor-changes group with 4 updates in the / directory: [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1), [const-decoder](https://github.com/slowli/const-decoder), [once_cell](https://github.com/matklad/once_cell) and [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen). Updates `secp256k1` from 0.29.1 to 0.30.0 - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.29.1...secp257k1-0.30.0) Updates `const-decoder` from 0.3.0 to 0.4.0 - [Changelog](https://github.com/slowli/const-decoder/blob/master/CHANGELOG.md) - [Commits](https://github.com/slowli/const-decoder/compare/v0.3.0...v0.4.0) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.2) Updates `wasm-bindgen` from 0.2.93 to 0.2.94 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.94) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - dependency-name: const-decoder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes ... Signed-off-by: dependabot[bot] --- Cargo.lock | 74 +++++++++++++++++++++++++++++-------- Cargo.toml | 4 +- e2e-tests/no-std/Cargo.toml | 4 +- e2e-tests/wasm/Cargo.toml | 2 +- 4 files changed, 63 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 635033b..64d4f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,6 +50,12 @@ version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +[[package]] +name = "arrayvec" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" + [[package]] name = "assert_matches" version = "1.5.0" @@ -89,6 +95,22 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +[[package]] +name = "bitcoin-io" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56" + +[[package]] +name = "bitcoin_hashes" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +dependencies = [ + "bitcoin-io", + "hex-conservative", +] + [[package]] name = "bitfield" version = "0.13.2" @@ -238,11 +260,20 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" +[[package]] +name = "compile-fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bed69047ed42e52c7e38d6421eeb8ceefb4f2a2b52eed59137f7bad7908f6800" + [[package]] name = "const-decoder" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5241cd7938b1b415942e943ea96f615953d500b50347b505b0b507080bad5a6f" +checksum = "b381abde2cdc1bc3817e394b24e05667a2dc89f37570cbd34d9c397d99e56e3f" +dependencies = [ + "compile-fmt", +] [[package]] name = "const-default" @@ -755,6 +786,15 @@ dependencies = [ "serde", ] +[[package]] +name = "hex-conservative" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +dependencies = [ + "arrayvec", +] + [[package]] name = "hmac" version = "0.12.1" @@ -1068,9 +1108,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "oorandom" @@ -1429,10 +1469,12 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" +checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ + "bitcoin_hashes", + "rand", "secp256k1-sys", ] @@ -1833,9 +1875,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +checksum = "ef073ced962d62984fb38a36e5fdc1a2b23c9e0e1fa0689bb97afa4202ef6887" dependencies = [ "cfg-if", "once_cell", @@ -1844,9 +1886,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +checksum = "c4bfab14ef75323f4eb75fa52ee0a3fb59611977fd3240da19b2cf36ff85030e" dependencies = [ "bumpalo", "log", @@ -1859,9 +1901,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +checksum = "a7bec9830f60924d9ceb3ef99d55c155be8afa76954edffbb5936ff4509474e7" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1869,9 +1911,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +checksum = "4c74f6e152a76a2ad448e223b0fc0b6b5747649c3d769cc6bf45737bf97d0ed6" dependencies = [ "proc-macro2", "quote", @@ -1882,9 +1924,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +checksum = "a42f6c679374623f295a8623adfe63d9284091245c3504bde47c17a3ce2777d9" [[package]] name = "web-sys" diff --git a/Cargo.toml b/Cargo.toml index ef1347e..5c285f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subtle = { version = "2.6.1", default-features = false } zeroize = { version = "1.8", features = ["zeroize_derive"] } # Crypto backends (all public dependencies). -secp256k1 = { version = "0.29", optional = true } +secp256k1 = { version = "0.30", optional = true } [dependencies.k256] version = "0.13.4" @@ -85,7 +85,7 @@ default-features = false [dev-dependencies] assert_matches = "1.3" -const-decoder = "0.3.0" +const-decoder = "0.4.0" criterion = "0.5.1" doc-comment = "0.3.3" hex-buffer-serde = "0.4.0" diff --git a/e2e-tests/no-std/Cargo.toml b/e2e-tests/no-std/Cargo.toml index e0ddd1e..64687c6 100644 --- a/e2e-tests/no-std/Cargo.toml +++ b/e2e-tests/no-std/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] anyhow = { version = "1.0.89", default-features = false } chrono = { version = "0.4.38", default-features = false } -const-decoder = "0.3.0" +const-decoder = "0.4.0" serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } # Cortex-M dependencies. @@ -23,7 +23,7 @@ panic-halt = "0.2.0" # RSA-specific dependencies. Everything besides `rsa` is needed to set up an RNG. getrandom = { version = "0.2", features = ["custom"], optional = true } -once_cell = { version = "1.19.0", default-features = false, optional = true } +once_cell = { version = "1.20.2", default-features = false, optional = true } rand_chacha = { version = "0.3.1", default-features = false, optional = true } rsa = { version = "0.9", default-features = false, optional = true } diff --git a/e2e-tests/wasm/Cargo.toml b/e2e-tests/wasm/Cargo.toml index d24f727..9aafb4a 100644 --- a/e2e-tests/wasm/Cargo.toml +++ b/e2e-tests/wasm/Cargo.toml @@ -15,7 +15,7 @@ wasm-opt = ["-Os", "--enable-mutable-globals"] crate-type = ["cdylib", "rlib"] [dependencies] -wasm-bindgen = "0.2.93" +wasm-bindgen = "0.2.94" chrono = { version = "0.4.38", features = ["wasmbind"] } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }