Skip to content

Commit e5da73b

Browse files
committed
chore: restore reqwest version
1 parent d0c9d33 commit e5da73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chrono = "0.4.38"
2727
envconfig = "0.11.0"
2828
Inflector = "0.11.3"
2929
isatty = "0.1.9"
30-
reqwest = { version = "0.12.5", features = ["json", "stream", "multipart"] }
30+
reqwest = { version = "0.12.15", features = ["json", "stream", "multipart"] }
3131
ethabi = "17.2"
3232
hex = "0.4.3"
3333
http0 = { version = "0", package = "http" }

0 commit comments

Comments
 (0)