Skip to content

Commit 523d310

Browse files
dependabot[bot]jsdanielh
authored andcommitted
Update reqwest requirement from 0.12 to 0.13
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.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 946baea commit 523d310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures = "0.3"
1818
http = { version = "1.2", optional = true }
1919
js-sys = { version = "0.3", optional = true }
2020
log = "0.4"
21-
reqwest = { version = "0.12", optional = true, features = ["json"] }
21+
reqwest = { version = "0.13", optional = true, features = ["json"] }
2222
serde = "1.0"
2323
serde_json = "1.0"
2424
thiserror = "2.0"

0 commit comments

Comments
 (0)