We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4d5e commit dd6b1cbCopy full SHA for dd6b1cb
bmap-rs/Cargo.toml
@@ -19,6 +19,6 @@ clap = { version = "~4.4.0", features = ["cargo"] }
19
indicatif = { version = "0.17.1", features = ["tokio"] }
20
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
21
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
22
-reqwest = { version = "0.11.12", features = ["stream"] }
+reqwest = { version = "0.12.2", features = ["stream"] }
23
tokio-util = { version = "0.7.4", features = ["compat"] }
24
futures = "0.3.25"
0 commit comments