Skip to content

Commit 43a8603

Browse files
committed
fix: MSRV to 1.71
1 parent b82a07b commit 43a8603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/esplora-client/"
1010
description = "Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async"
1111
keywords = ["bitcoin", "esplora"]
1212
readme = "README.md"
13-
rust-version = "1.63.0"
13+
rust-version = "1.70.0"
1414

1515
[lib]
1616
name = "esplora_client"
@@ -23,7 +23,7 @@ hex = { version = "0.2", package = "hex-conservative" }
2323
log = "^0.4"
2424
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
2525
async_minreq = { git = "https://github.com/psg-19/async-minreq.git", default-features = false, optional = true }
26-
serde_json = "1.0.140"
26+
serde_json = "1.0.100"
2727

2828
# default async runtime
2929
tokio = { version = "1", features = ["time"], optional = true }
@@ -43,7 +43,7 @@ blocking-https-native = ["blocking", "minreq/https-native"]
4343
blocking-https-bundled = ["blocking", "minreq/https-bundled"]
4444

4545
tokio = ["dep:tokio"]
46-
async = ["async_minreq", "tokio?/time"]
46+
async = ["async_minreq","tokio?/time"]
4747
async-https = ["async"]
4848
async-https-native = ["async"]
4949
async-https-rustls = ["async"]

0 commit comments

Comments
 (0)