From e7dd53de98860b6cde5aced92c65188471ee1d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:43:39 +0000 Subject: [PATCH 1/5] Bump syn from 2.0.75 to 2.0.83 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.75 to 2.0.83. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.75...2.0.83) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93d6d3184..a2b06849a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2200,9 +2200,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.75" +version = "2.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9" +checksum = "01680f5d178a369f817f43f3d399650272873a8e7588a7872f7e90edc71d60a3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 59370c183..1d961025c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.15.0" } clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.15.0" } blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.9.0" -syn = "2.0.75" +syn = "2.0.83" quote = "1.0.32" proc-macro2 = "1.0.84" proc-macro-crate = "1.3.1" From f9cfeb438eaa84cf30c45d48c131fce85e0e32b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:44:01 +0000 Subject: [PATCH 2/5] Bump openssl from 0.10.66 to 0.10.68 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.68. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.68) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93d6d3184..ad7f0e3c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1545,9 +1545,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ "bitflags", "cfg-if", @@ -1580,9 +1580,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 59370c183..c13a631ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,4 +153,4 @@ zstd = "0.13.2" blocking-threadpool = "1.0.1" libfuzzer-sys = "0.4" wasm-bindgen = "0.2.93" -openssl = "0.10.66" +openssl = "0.10.68" From 6a72cb1809408ed0c79539ea4ee876a5e7605ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:12:34 +0000 Subject: [PATCH 3/5] Bump clvmr from 0.9.0 to 0.9.1 Bumps [clvmr](https://github.com/Chia-Network/clvm_rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/Chia-Network/clvm_rs/releases) - [Changelog](https://github.com/Chia-Network/clvm_rs/blob/main/RELEASE.md) - [Commits](https://github.com/Chia-Network/clvm_rs/compare/0.9.0...0.9.1) --- updated-dependencies: - dependency-name: clvmr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6744b9a84..8653bc34a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,9 +680,9 @@ dependencies = [ [[package]] name = "clvmr" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffccd9116f36edbf02dad718a2fece269d05492fb31278423883ef464444bbb6" +checksum = "cd48d84ed6eac4638131341402f30476c9f6c6970ed3ed6984bdf125c5a09538" dependencies = [ "chia-bls 0.10.0", "hex-literal", @@ -1308,9 +1308,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", diff --git a/Cargo.toml b/Cargo.toml index 18dc426c5..0509f3401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.15.0" } clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.15.0" } clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.15.0" } blst = { version = "0.3.12", features = ["portable"] } -clvmr = "0.9.0" +clvmr = "0.9.1" syn = "2.0.83" quote = "1.0.32" proc-macro2 = "1.0.84" From 74de2cd05bb5d5c83fd1175afb80582aa1277394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:12:35 +0000 Subject: [PATCH 4/5] Bump proc-macro2 from 1.0.86 to 1.0.89 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.89) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6744b9a84..a0b3019f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,9 +1747,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 18dc426c5..f6ddac44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.9.0" syn = "2.0.83" quote = "1.0.32" -proc-macro2 = "1.0.84" +proc-macro2 = "1.0.89" proc-macro-crate = "1.3.1" anyhow = "1.0.86" sha2 = "0.10.8" From 16d67d94b3851aca9592ea195aaf1bc73a21c104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:12:44 +0000 Subject: [PATCH 5/5] Bump wasm-bindgen from 0.2.93 to 0.2.95 Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.93 to 0.2.95. - [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.95) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6744b9a84..3413924d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2503,9 +2503,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.93" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" dependencies = [ "cfg-if", "once_cell", @@ -2514,9 +2514,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.93" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" dependencies = [ "bumpalo", "log", @@ -2529,9 +2529,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.93" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2539,9 +2539,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.93" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" dependencies = [ "proc-macro2", "quote", @@ -2552,9 +2552,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.93" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "web-sys" diff --git a/Cargo.toml b/Cargo.toml index 18dc426c5..24817069b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,5 +152,5 @@ clap = "4.5.16" zstd = "0.13.2" blocking-threadpool = "1.0.1" libfuzzer-sys = "0.4" -wasm-bindgen = "0.2.93" +wasm-bindgen = "0.2.95" openssl = "0.10.68"