Skip to content

Commit c39fb12

Browse files
Update reqwest requirement from 0.12.4 to 0.13.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.12.4...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca4590c commit c39fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ clap = { version = "~4.4.0", features = ["cargo"] }
2020
indicatif = { version = "0.18.2", features = ["tokio"] }
2121
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
2222
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
23-
reqwest = { version = "0.12.4", features = ["stream"] }
23+
reqwest = { version = "0.13.2", features = ["stream"] }
2424
tokio-util = { version = "0.7.4", features = ["compat"] }
2525
futures = "0.3.25"

0 commit comments

Comments
 (0)