Skip to content

Commit 9fcb445

Browse files
deps: update reqwest requirement from 0.12 to 0.13 in /backend
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 15aa151 commit 9fcb445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ time = "0.3"
4343
sha2 = "0.10"
4444
hmac = "0.12"
4545
subtle = "2.5"
46-
reqwest = { version = "0.12", features = ["json"] }
46+
reqwest = { version = "0.13", features = ["json"] }
4747
html-escape = "0.2"
4848
rand = "0.8"
4949

0 commit comments

Comments
 (0)