Skip to content

Commit dd6b1cb

Browse files
Update reqwest requirement from 0.11.12 to 0.12.2
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.12...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ed4d5e commit dd6b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ clap = { version = "~4.4.0", features = ["cargo"] }
1919
indicatif = { version = "0.17.1", features = ["tokio"] }
2020
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
2121
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
22-
reqwest = { version = "0.11.12", features = ["stream"] }
22+
reqwest = { version = "0.12.2", features = ["stream"] }
2323
tokio-util = { version = "0.7.4", features = ["compat"] }
2424
futures = "0.3.25"

0 commit comments

Comments
 (0)