Skip to content

Commit c18e6b4

Browse files
dependabot[bot]gabriel-aranha-cwcarneiro-cw
authored
deps(deps): bump alloy-rpc-types-eth from 1.0.38 to 1.0.41 (#2409)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriel Aranha <166405807+gabriel-aranha-cw@users.noreply.github.com> Co-authored-by: gabriel-aranha-cw <gabriel.aranha@cloudwalk.io> Co-authored-by: carneiro-cw <156914855+carneiro-cw@users.noreply.github.com>
1 parent c81c608 commit c18e6b4

3 files changed

Lines changed: 25 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -77,7 +77,7 @@ rlp = "=0.6.1"
7777
alloy-trie = "=0.9.1"
7878
revm-inspectors = { version = "=0.31.2", features = ["js-tracer"] }
7979
alloy-rpc-types-trace = "=1.0.38"
80-
alloy-rpc-types-eth = "=1.0.38"
80+
alloy-rpc-types-eth = "=1.0.41"
8181
alloy-consensus = { version = "=1.0.41", features = ["k256"] }
8282
alloy-primitives = { version = "=1.5.2", features = ["rand"] }
8383
alloy-eips = "=1.1.0"

supply-chain/audits.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ criteria = "safe-to-deploy"
1919
delta = "1.0.24 -> 1.0.38"
2020
notes = "Reviewed 1.0.24->1.0.38: doc cfg removal and dependency bumps only."
2121

22+
[[audits.alloy-consensus-any]]
23+
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
24+
criteria = "safe-to-deploy"
25+
delta = "1.0.38 -> 1.0.41"
26+
notes = "Changelog only and Cargo.toml dependency bumps to 1.0.41; no code changes."
27+
2228
[[audits.alloy-eips]]
2329
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
2430
criteria = "safe-to-deploy"
@@ -70,6 +76,12 @@ criteria = "safe-to-deploy"
7076
delta = "1.0.24 -> 1.0.38"
7177
notes = "Reviewed 1.0.24->1.0.38: ReceiptResponse::cost helper only; docs cleanup."
7278

79+
[[audits.alloy-network-primitives]]
80+
who = "Gabriel Martins"
81+
criteria = "safe-to-deploy"
82+
delta = "1.0.38 -> 1.0.41"
83+
notes = "Changelog/doc refresh plus Cargo.toml dependency alignment to 1.0.41; no source changes."
84+
7385
[[audits.alloy-primitives]]
7486
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
7587
criteria = "safe-to-deploy"
@@ -88,6 +100,12 @@ criteria = "safe-to-deploy"
88100
delta = "1.0.24 -> 1.0.38"
89101
notes = "Reviewed 1.0.24->1.0.38: decoding helpers and enum cleanup only."
90102

103+
[[audits.alloy-rpc-types-eth]]
104+
who = "Gabriel Martins"
105+
criteria = "safe-to-deploy"
106+
delta = "1.0.38 -> 1.0.41"
107+
notes = "Reviewed changelog/doc updates plus src/account.rs import cleanup (Vec now behind serde); no functional changes beyond unused import fix."
108+
91109
[[audits.alloy-rpc-types-trace]]
92110
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
93111
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)