From e2a9be3bbec4323b9128435f57fe797b694d3f5b Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Mon, 17 Jun 2024 10:18:20 +0200 Subject: [PATCH] Bump secp256k1 --- Cargo.lock | 152 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1719df9140d..3d13a0132902 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,10 +126,10 @@ name = "alloy-consensus" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", "arbitrary", "c-kzg", "proptest", @@ -139,13 +139,13 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy#1c702463125ee90f5f9566713b21c039f9952228" +version = "0.1.1" +source = "git+https://github.com/alloy-rs/alloy#30317d9262be3aa93c4fd31ec3ea819b962c2448" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-eips 0.1.1", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-serde 0.1.1", "c-kzg", "serde", ] @@ -175,7 +175,7 @@ source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d dependencies = [ "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", "arbitrary", "c-kzg", "derive_more", @@ -188,12 +188,12 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy#1c702463125ee90f5f9566713b21c039f9952228" +version = "0.1.1" +source = "git+https://github.com/alloy-rs/alloy#30317d9262be3aa93c4fd31ec3ea819b962c2448" dependencies = [ "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-serde 0.1.1", "c-kzg", "once_cell", "serde", @@ -206,7 +206,7 @@ version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", "serde", "serde_json", ] @@ -240,11 +240,11 @@ name = "alloy-network" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-json-rpc", "alloy-primitives", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", "alloy-signer", "alloy-sol-types", "async-trait", @@ -301,15 +301,15 @@ version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ "alloy-chains", - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", "alloy-pubsub", "alloy-rpc-client", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", "alloy-rpc-types-trace", "alloy-transport", "alloy-transport-http", @@ -399,18 +399,18 @@ version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", "alloy-rpc-types-trace", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", ] [[package]] name = "alloy-rpc-types" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy#1c702463125ee90f5f9566713b21c039f9952228" +version = "0.1.1" +source = "git+https://github.com/alloy-rs/alloy#30317d9262be3aa93c4fd31ec3ea819b962c2448" dependencies = [ - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-rpc-types-eth 0.1.1", + "alloy-serde 0.1.1", ] [[package]] @@ -419,7 +419,7 @@ version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", "serde", ] @@ -428,7 +428,7 @@ name = "alloy-rpc-types-beacon" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-primitives", "alloy-rpc-types-engine", "serde", @@ -441,12 +441,12 @@ name = "alloy-rpc-types-engine" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", + "alloy-serde 0.1.0", "jsonrpsee-types", "jsonwebtoken", "rand 0.8.5", @@ -459,12 +459,12 @@ name = "alloy-rpc-types-eth" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-serde 0.1.0", "alloy-sol-types", "arbitrary", "itertools 0.13.0", @@ -478,14 +478,14 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy#1c702463125ee90f5f9566713b21c039f9952228" +version = "0.1.1" +source = "git+https://github.com/alloy-rs/alloy#30317d9262be3aa93c4fd31ec3ea819b962c2448" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-consensus 0.1.1", + "alloy-eips 0.1.1", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-serde 0.1.1", "alloy-sol-types", "itertools 0.13.0", "serde", @@ -499,8 +499,8 @@ version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ "alloy-primitives", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", + "alloy-serde 0.1.0", "serde", "serde_json", ] @@ -517,8 +517,8 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy#1c702463125ee90f5f9566713b21c039f9952228" +version = "0.1.1" +source = "git+https://github.com/alloy-rs/alloy#30317d9262be3aa93c4fd31ec3ea819b962c2448" dependencies = [ "alloy-primitives", "serde", @@ -543,7 +543,7 @@ name = "alloy-signer-wallet" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy?rev=00d81d7#00d81d7882a0bee4720d6d6a1db4c8f164ebb9d0" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", "alloy-network", "alloy-primitives", "alloy-signer", @@ -2757,9 +2757,9 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "enr" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab656b89cdd15051d92d0931888103508de14ef9e51177c86d478dfa551ce0f" +checksum = "972070166c68827e64bd1ebc8159dd8e32d9bc2da7ebe8f20b61308f7974ad30" dependencies = [ "alloy-rlp", "base64 0.21.7", @@ -2935,7 +2935,7 @@ dependencies = [ name = "exex-rollup" version = "0.0.0" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", "alloy-rlp", "alloy-sol-types", "eyre", @@ -3093,10 +3093,10 @@ version = "0.1.0" source = "git+https://github.com/foundry-rs/block-explorers#af29524f4fc7dc25f59e8ae38652022f47ebee9b" dependencies = [ "alloy-chains", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-eips 0.1.1", "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy)", - "alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy)", + "alloy-rpc-types 0.1.1", + "alloy-serde 0.1.1", "chrono", "reqwest", "serde", @@ -6397,8 +6397,8 @@ dependencies = [ name = "reth-bench" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-json-rpc", "alloy-provider", "alloy-pubsub", @@ -6489,8 +6489,8 @@ dependencies = [ name = "reth-codecs" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-genesis", "alloy-primitives", "arbitrary", @@ -6552,8 +6552,8 @@ dependencies = [ name = "reth-consensus-debug-client" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-provider", "auto_impl", "eyre", @@ -6773,9 +6773,9 @@ dependencies = [ name = "reth-e2e-test-utils" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", "alloy-network", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types 0.1.0", "alloy-signer", "alloy-signer-wallet", "eyre", @@ -6993,7 +6993,7 @@ dependencies = [ name = "reth-evm-ethereum" version = "1.0.0-rc.1" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-sol-types", "reth-ethereum-consensus", "reth-evm", @@ -7029,7 +7029,7 @@ dependencies = [ name = "reth-execution-errors" version = "1.0.0-rc.1" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-primitives", "reth-consensus", "reth-prune-types", @@ -7042,7 +7042,7 @@ dependencies = [ name = "reth-execution-types" version = "1.0.0-rc.1" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-primitives", "reth-execution-errors", "reth-primitives", @@ -7639,12 +7639,12 @@ name = "reth-primitives" version = "1.0.0-rc.1" dependencies = [ "alloy-chains", - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types 0.1.0", "alloy-trie", "arbitrary", "assert_matches", @@ -7686,12 +7686,12 @@ dependencies = [ name = "reth-primitives-traits" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", + "alloy-eips 0.1.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types-eth 0.1.0", "arbitrary", "bytes", "derive_more", @@ -7797,7 +7797,7 @@ dependencies = [ name = "reth-revm" version = "1.0.0-rc.1" dependencies = [ - "alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-eips 0.1.0", "alloy-rlp", "reth-consensus-common", "reth-execution-errors", @@ -7999,7 +7999,7 @@ name = "reth-rpc-types" version = "1.0.0-rc.1" dependencies = [ "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types 0.1.0", "alloy-rpc-types-anvil", "alloy-rpc-types-beacon", "alloy-rpc-types-engine", @@ -8020,7 +8020,7 @@ name = "reth-rpc-types-compat" version = "1.0.0-rc.1" dependencies = [ "alloy-rlp", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types 0.1.0", "reth-primitives", "reth-rpc-types", "reth-trie-common", @@ -8290,7 +8290,7 @@ dependencies = [ name = "reth-trie-common" version = "1.0.0-rc.1" dependencies = [ - "alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-consensus 0.1.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", @@ -8359,7 +8359,7 @@ version = "0.1.0" source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=52f632e#52f632e66404b9d6bfd474eeef3ff65d58167f2e" dependencies = [ "alloy-primitives", - "alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=00d81d7)", + "alloy-rpc-types 0.1.0", "alloy-sol-types", "anstyle", "boa_engine", @@ -8821,9 +8821,9 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.28.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" +checksum = "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3" dependencies = [ "rand 0.8.5", "secp256k1-sys", @@ -8832,9 +8832,9 @@ dependencies = [ [[package]] name = "secp256k1-sys" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb" +checksum = "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b" dependencies = [ "cc", ] @@ -9794,9 +9794,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "becd34a233e7e31a3dbf7c7241b38320f57393dcae8e7324b0167d21b8e320b0" +checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" dependencies = [ "futures-util", "log", diff --git a/Cargo.toml b/Cargo.toml index 2c2a2a82ce85..61d08cf9edb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -464,7 +464,7 @@ http-body = "1.0" jsonwebtoken = "9" # crypto -secp256k1 = { version = "0.28", default-features = false, features = [ +secp256k1 = { version = "0.29", default-features = false, features = [ "global-context", "recovery", ] }