Skip to content

Commit a4bdece

Browse files
build(deps): bump reqwest from 0.12.18 to 0.12.19
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.18 to 0.12.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.18...v0.12.19) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e21276 commit a4bdece

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
actix-web = "4.11.0"
88
serde = { version = "1.0.219", features = ["derive"] }
99
serde_json = "1.0.140"
10-
reqwest = { version = "0.12.18", features = ["json"] }
10+
reqwest = { version = "0.12.19", features = ["json"] }
1111
dotenv = "0.15.0"
1212
actix-cors = "0.7.1"
1313
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)