From fa924263361f7de27fde1ce2d2c1d36de2ee2da0 Mon Sep 17 00:00:00 2001 From: clabby Date: Wed, 24 Apr 2024 16:50:57 -0400 Subject: [PATCH] fix(workspace): Release plz --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- crates/derive/Cargo.toml | 6 +++--- crates/primitives/Cargo.toml | 6 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c21cfde1..b876173fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99bbad0a6b588ef4aec1b5ddbbfdacd9ef04e00b979617765b03174318ee1f3a" +checksum = "50c715249705afa1e32be79dabfd35e2ef0f1cc02ad2cf48c9d1e20026ee637b" dependencies = [ "alloy-rlp", "bytes", @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452d929748ac948a10481fff4123affead32c553cf362841c5103dd508bdfc16" +checksum = "bef9a94a27345fb31e3fcb5f5e9f592bb4847493b07fa1e47dd9fde2222f2e28" dependencies = [ "alloy-sol-macro-input", "const-hex", @@ -312,9 +312,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df64e094f6d2099339f9e82b5b38440b159757b6920878f28316243f8166c8d1" +checksum = "c31fe73cd259527e24dc2dbfe64bc95e5ddfcd2b2731f670a11ff72b2be2c25b" dependencies = [ "const-hex", "dunce", @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bc2d6dfc2a19fd56644494479510f98b1ee929e04cf0d4aa45e98baa3e545b" +checksum = "afaffed78bfb17526375754931e045f96018aa810844b29c7aef823266dd4b4b" dependencies = [ "alloy-primitives", "alloy-sol-macro", @@ -2190,9 +2190,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.33" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.5.0", "errno", @@ -2213,9 +2213,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" +checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54" [[package]] name = "rusty-fork" @@ -2492,9 +2492,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4497156948bd342b52038035a6fa514a89626e37af9d2c52a5e8d8ebcc7ee479" +checksum = "70aba06097b6eda3c15f6eebab8a6339e121475bcf08bbe6758807e716c372a1" dependencies = [ "paste", "proc-macro2", @@ -3182,9 +3182,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "63381fa6624bf92130a6b87c0d07380116f80b565c42cf0d754136f0238359ef" dependencies = [ "zeroize_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 25b59cf34..2c17072cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["**/target", "benches/", "tests"] anyhow = { version = "1.0.79", default-features = false } tracing = { version = "0.1.40", default-features = false } cfg-if = "1.0.0" -alloy-primitives = { version = "0.7.0", default-features = false } +alloy-primitives = { version = "0.7.1", default-features = false } alloy-rlp = { version = "0.3.4", default-features = false } [profile.dev] diff --git a/crates/derive/Cargo.toml b/crates/derive/Cargo.toml index 573f1583d..d69829bf5 100644 --- a/crates/derive/Cargo.toml +++ b/crates/derive/Cargo.toml @@ -19,7 +19,7 @@ alloy-rlp = { workspace = true, features = ["derive"] } kona-primitives = { path = "../primitives", version = "0.0.1" } # External -alloy-sol-types = { version = "0.7.0", default-features = false } +alloy-sol-types = { version = "0.7.1", default-features = false } alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f07", default-features = false } op-alloy-consensus = { git = "https://github.com/clabby/op-alloy", branch = "refcell/consensus-port", default-features = false } alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f07", default-features = false } @@ -42,12 +42,12 @@ alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f reqwest = { version = "0.12", default-features = false, optional = true } [dev-dependencies] -tokio = { version = "1.36", features = ["full"] } +tokio = { version = "1.37", features = ["full"] } proptest = "1.4.0" tracing-subscriber = "0.3.18" alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f07", default-features = false } alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f07", default-features = false } -serde_json = { version = "1.0.68", default-features = false } +serde_json = { version = "1.0.116", default-features = false } [features] default = ["serde", "k256"] diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 28d32fda3..406c6da06 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -10,11 +10,11 @@ homepage.workspace = true [dependencies] anyhow.workspace = true +alloy-rlp = { workspace = true, features = ["derive"] } +alloy-primitives = { workspace = true, features = ["rlp"] } # Alloy Types -alloy-sol-types = { version = "0.7.0", default-features = false } -alloy-rlp = { version = "0.3.4", default-features = false, features = ["derive"] } -alloy-primitives = { workspace = true, features = ["rlp"] } +alloy-sol-types = { version = "0.7.1", default-features = false } alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "e3f2f07", default-features = false } op-alloy-consensus = { git = "https://github.com/clabby/op-alloy", branch = "refcell/consensus-port", default-features = false }