Skip to content

Commit 7c4880f

Browse files
committed
upgrade minreq dep
1 parent 4364a1d commit 7c4880f

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
@@ -24,7 +24,7 @@ env_logger = "0.9.0"
2424
bitcoin_hashes = { version = "0.12", optional = true }
2525
flate2 = { version = "1.0", optional = true }
2626
tar = { version = "0.4", optional = true }
27-
minreq = { version = "2.6.0", default-features = false, features = ["https"], optional = true }
27+
minreq = { version = "2.9.0", default-features = false, features = ["https"], optional = true }
2828
zip = { version = "0.5", optional = true }
2929
anyhow = "1.0.66"
3030

0 commit comments

Comments
 (0)