Skip to content

Commit 09e03b5

Browse files
committed
chore(deps): update reqwest to 0.12
License: PolyForm Noncommercial License 1.0.0
1 parent 162a97d commit 09e03b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bitcoin = { version = "0.32", features = ["serde", "std"], default-features = fa
2222
hex = { version = "0.2", package = "hex-conservative" }
2323
log = "^0.4"
2424
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
25-
reqwest = { version = "0.11", features = ["json"], default-features = false, optional = true }
25+
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }
2626

2727
# default async runtime
2828
tokio = { version = "1", features = ["time"], optional = true }

0 commit comments

Comments
 (0)