Skip to content

Commit 60e111d

Browse files
committed
unpin reqwest, 0.12.18 includes the fix
1 parent 7c77b15 commit 60e111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
6262
similar-asserts.workspace = true
6363
fd-lock = "4.0.0"
6464
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] }
65-
reqwest = "=0.12.15"
65+
reqwest = "0.12"
6666
tempfile = "3.9"
6767
snapbox.workspace = true
6868
foundry-compilers-core = { workspace = true, features = ["test-utils"] }

0 commit comments

Comments
 (0)