Skip to content

Commit

Permalink
Pin reqwest and tokio version for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Sep 9, 2024
1 parent d0f63d9 commit f24d993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serialport = { version = "4.3", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_bytes = { version = "0.11.14", optional = true }
serde_cbor = { version = "0.11", optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] , optional = true}
reqwest = { version = "0.11.0", default-features = false, features = ["json", "rustls-tls"] , optional = true}

# bitbox
bitbox-api = { version = "0.2.3", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
Expand All @@ -62,7 +62,7 @@ hidapi = { version = "2.5.1", features = ["linux-static-hidraw"], default-featur
regex = { version = "1.6.0", optional = true }

# jade & specter & ledger & bitbox
tokio = { version = "1.21.0", features = ["net", "time", "io-util", "sync", "macros"], optional = true }
tokio = { version = "=1.21", features = ["net", "time", "io-util", "sync", "macros"], optional = true }

[dev-dependencies]
tokio = { version = "1.21", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit f24d993

Please sign in to comment.