Skip to content

Commit a235e14

Browse files
Bump reqwest from 0.12.12 to 0.12.15
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b58803 commit a235e14

File tree

2 files changed

+78
-15
lines changed

2 files changed

+78
-15
lines changed

Cargo.lock

+77-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tower-http = { version = "0.6.1", features = ["cors"] }
1818
tower = "0.5.1"
1919
chrono-tz = "0.10.1"
2020
serde_json = "1.0"
21-
reqwest = { version = "0.12.12", features = ["json"] }
21+
reqwest = { version = "0.12.15", features = ["json"] }
2222
config = "0.15"
2323
tracing = "0.1.41"
2424
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time", "fmt", "std"] }

0 commit comments

Comments
 (0)