update dependencies (#19)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-26 09:02:27 +02:00
committed by GitHub
parent 10bfaed461
commit 1bc20d088f
2 changed files with 484 additions and 425 deletions
Generated
+479 -420
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -25,17 +25,17 @@ revive-dt-solc-binaries = { version = "0.1.0", path = "crates/solc-binaries" }
anyhow = "1.0"
clap = { version = "4", features = ["derive"] }
env_logger = "0.11.7"
env_logger = "0.11.8"
hex = "0.4.3"
reqwest = { version = "0.12.15", features = ["blocking", "json"] }
log = "0.4.26"
log = "0.4.27"
once_cell = "1.21"
rayon = { version = "1.10" }
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["arbitrary_precision", "std"] }
sha2 = { version = "0.10.8" }
temp-dir = { version = "0.1.14" }
sha2 = { version = "0.10.9" }
temp-dir = { version = "0.1.16" }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
# revive compiler
@@ -44,7 +44,7 @@ revive-common = { git = "https://github.com/paritytech/revive", rev = "3389865af
revive-differential = { git = "https://github.com/paritytech/revive", rev = "3389865af7c3ff6f29a586d82157e8bc573c1a8e" }
[workspace.dependencies.alloy]
version = "0.13.0"
version = "1.0"
default-features = false
features = [
"json-abi",