Skip to content

Commit d75d221

Browse files
committed
Pin version of ureq to maintain our MSRV
1 parent 548e43d commit d75d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ electrum-client = { version = "0.8", optional = true }
2626
rusqlite = { version = "0.25.3", optional = true }
2727
ahash = { version = "=0.7.4", optional = true }
2828
reqwest = { version = "0.11", optional = true, features = ["json"] }
29-
ureq = { version = "2.1", features = ["json"], optional = true }
29+
ureq = { version = "~2.2.0", features = ["json"], optional = true }
3030
futures = { version = "0.3", optional = true }
3131
async-trait = { version = "0.1", optional = true }
3232
rocksdb = { version = "0.14", default-features = false, features = ["snappy"], optional = true }

0 commit comments

Comments
 (0)