Skip to content

Commit c497661

Browse files
committed
security(deps): bump capnp 0.20 -> 0.25 (RUSTSEC-2025-0143)
Upgrades the capnp runtime and capnpc code-generator in echidna-wire to clear RUSTSEC-2025-0143 ("Unsound APIs of public constant::Reader and StructSchema", fixed in >=0.24). capnpc 0.25 regenerates the wire module identically and the 3 echidna-wire smoke tests pass. Only remaining cargo-audit warning is RUSTSEC-2025-0134 (rustls-pemfile unmaintained) pulled transitively via tonic 0.12 in echidna-grpc; that is tracked as a separate tonic 0.13 bump campaign. https://claude.ai/code/session_01NaC5RXjTyr5xg9XXUa2FCC
1 parent 06b82b9 commit c497661

2 files changed

Lines changed: 8 additions & 8 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.

crates/echidna-wire/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/hyperpolymath/echidna"
1111
build = "build.rs"
1212

1313
[dependencies]
14-
capnp = "0.20"
14+
capnp = "0.25"
1515

1616
[build-dependencies]
17-
capnpc = "0.20"
17+
capnpc = "0.25"

0 commit comments

Comments
 (0)