Skip to content

Commit d954c57

Browse files
authoredFeb 17, 2025
chore(deps): Bump reqwest from 0.12.9 to 0.12.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.12. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91c6cdc commit d954c57

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed
 

‎Cargo.lock

+24-2
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
@@ -8,7 +8,7 @@ repository = "https://github.com/drager/tradingview.git"
88
license = "Apache-2.0"
99

1010
[dependencies]
11-
reqwest = { version = "0.12.9", features = ["json", "multipart", "cookies"] }
11+
reqwest = { version = "0.12.12", features = ["json", "multipart", "cookies"] }
1212
anyhow = "1.0.95"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.