Skip to content

Commit 71f1c3a

Browse files
committed
minreq 2.9.0 -> 2.9.1
pinning deps are broader in the updated version
1 parent 440d9e1 commit 71f1c3a

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.9.0", default-features = false, features = [
27+
minreq = { version = "2.9.1", default-features = false, features = [
2828
"https",
2929
], optional = true }
3030
zip = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)