Skip to content

Commit 346aaac

Browse files
committed
bump deps
1 parent e763c1e commit 346aaac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "
4242
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.18.2" }
4343
foundry-compilers-core = { path = "crates/core", version = "0.18.2" }
4444

45-
alloy-json-abi = { version = "1.2", features = ["serde_json"] }
46-
alloy-primitives = { version = "1.2", features = ["serde", "rand"] }
45+
alloy-json-abi = { version = "1.3", features = ["serde_json"] }
46+
alloy-primitives = { version = "1.3", features = ["serde", "rand"] }
4747
cfg-if = "1.0"
4848
dunce = "1.0"
4949
memmap2 = "0.9"
5050
path-slash = "0.2"
51-
rayon = "1.10"
51+
rayon = "1.11"
5252
regex = "1.11"
5353
semver = { version = "1.0", features = ["serde"] }
5454
serde = { version = "1", features = ["derive", "rc"] }
@@ -65,7 +65,7 @@ yansi = "1.0"
6565

6666
# async
6767
futures-util = "0.3"
68-
tokio = { version = "1.46", features = ["rt-multi-thread"] }
68+
tokio = { version = "1.47", features = ["rt-multi-thread"] }
6969

7070
snapbox = "0.6.21"
7171

crates/compilers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
6161
] }
6262
similar-asserts.workspace = true
6363
fd-lock = "4.0.4"
64-
tokio = { version = "1.46", features = ["rt-multi-thread", "macros"] }
64+
tokio = { version = "1.47", features = ["rt-multi-thread", "macros"] }
6565
reqwest = "0.12"
6666
tempfile = "3.20"
6767
snapbox.workspace = true

0 commit comments

Comments
 (0)