Skip to content

Commit 25fe9c7

Browse files
dependabot[bot]bronzelle-cwgabriel-aranha-cwcarneiro-cw
authored
deps(deps): bump alloy-consensus from 1.0.41 to 1.1.0 (#2416)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Bronzelle <rodrigo.bronzelle@cloudwalk.io> Co-authored-by: Gabriel Aranha <166405807+gabriel-aranha-cw@users.noreply.github.com> Co-authored-by: carneiro-cw <156914855+carneiro-cw@users.noreply.github.com>
1 parent f596d9d commit 25fe9c7

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 5 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
@@ -78,7 +78,7 @@ alloy-trie = "=0.9.1"
7878
revm-inspectors = { version = "=0.31.2", features = ["js-tracer"] }
7979
alloy-rpc-types-trace = "=1.0.38"
8080
alloy-rpc-types-eth = "=1.0.41"
81-
alloy-consensus = { version = "=1.0.41", features = ["k256"] }
81+
alloy-consensus = { version = "=1.1.0", features = ["k256"] }
8282
alloy-primitives = { version = "=1.5.2", features = ["rand"] }
8383
alloy-eips = "=1.1.0"
8484

supply-chain/audits.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ criteria = "safe-to-deploy"
1313
delta = "1.0.38 -> 1.0.41"
1414
notes = "reviewed 1.0.38->1.0.41: legacy gas_price serde saturates; new 4844 sidecar mapping + tests; no unsafe/deps"
1515

16+
[[audits.alloy-consensus]]
17+
who = "Rodrigo Bronzelle <rodrigo.bronzelle@cloudwalk.io>"
18+
criteria = "safe-to-deploy"
19+
delta = "1.0.41 -> 1.1.0"
20+
notes = "No new unsafe or capability access; added helper conversions and EIP-4844 sidecar mapping."
21+
1622
[[audits.alloy-consensus-any]]
1723
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
1824
criteria = "safe-to-deploy"
@@ -169,6 +175,12 @@ criteria = "safe-to-deploy"
169175
delta = "1.0.24 -> 1.0.41"
170176
notes = "Reviewed 1.0.24->1.0.41: serde path fixes, TypedTransaction generation enhancements; macro-only."
171177

178+
[[audits.alloy-tx-macros]]
179+
who = "Rodrigo Bronzelle <rodrigo.bronzelle@cloudwalk.io>"
180+
criteria = "safe-to-deploy"
181+
delta = "1.0.41 -> 1.2.1"
182+
notes = "No new unsafe or capability access; serde tag/alias refactor only."
183+
172184
[[audits.c-kzg]]
173185
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
174186
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)