Jon-Becker / heimdall-rs

Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
http://heimdall.rs
MIT License
1.19k stars 125 forks source link

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

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

Automation to keep dependencies in Cargo.lock current.

cargo update log

```log Locking 15 packages to latest compatible versions Updating cc v1.1.13 -> v1.1.14 Updating fastrand v2.1.0 -> v2.1.1 Updating h2 v0.4.5 -> v0.4.6 Updating libc v0.2.156 -> v0.2.158 Updating quote v1.0.36 -> v1.0.37 Updating reqwest v0.12.5 -> v0.12.7 Updating serde v1.0.208 -> v1.0.209 Updating serde_derive v1.0.208 -> v1.0.209 Updating serde_json v1.0.125 -> v1.0.127 Updating syn v2.0.75 -> v2.0.76 Adding system-configuration v0.6.1 Adding system-configuration-sys v0.6.0 Adding windows-registry v0.2.0 Adding windows-result v0.2.0 Adding windows-strings v0.1.0 Removing winreg v0.52.0 note: pass `--verbose` to see 111 unchanged dependencies behind latest ```