Skip to content

Commit 5f3b28c

Browse files
chore(deps): update reqwest requirement from 0.12.14 to 0.13.2 in /api
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.14...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 3502308 commit 5f3b28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
actix-web = "4.10.2"
88
serde = { version = "1.0.219", features = ["derive"] }
99
serde_json = "1.0.140"
10-
reqwest = { version = "0.12.14", features = ["json"] }
10+
reqwest = { version = "0.13.2", features = ["json"] }
1111
dotenvy = "0.15.7"
1212
actix-cors = "0.7.1"
1313
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)