kkrt-labs / keth

Integration of the Kakarot Ethereum execution layer in the Reth client.
MIT License
30 stars 8 forks source link

chore(deps): weekly `cargo update` #96

Closed kakarot-bot[bot] closed 1 week ago

kakarot-bot[bot] commented 2 weeks ago

Automation to keep dependencies in Cargo.lock current.

cargo update log

```log Updating git repository `https://github.com/paradigmxyz/reth.git` Updating git repository `https://github.com/lambdaclass/cairo-vm.git` Locking 11 packages to latest compatible versions Updating allocator-api2 v0.2.18 -> v0.2.19 Updating alloy-trie v0.7.2 -> v0.7.3 Updating cc v1.1.36 -> v1.1.37 Updating fastrand v2.1.1 -> v2.2.0 Updating libc v0.2.161 -> v0.2.162 Updating rustix v0.38.39 -> v0.38.40 Updating security-framework-sys v2.12.0 -> v2.12.1 Updating tempfile v3.13.0 -> v3.14.0 Updating thiserror v1.0.68 -> v1.0.69 (available: v2.0.3) Updating thiserror-impl v1.0.68 -> v1.0.69 Updating tokio v1.41.0 -> v1.41.1 note: pass `--verbose` to see 12 unchanged dependencies behind latest ```