Skip to content

Commit d2e2fa3

Browse files
chore(deps): update reqwest requirement from 0.11.0 to 0.12.24
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.11.0...v0.12.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a19f369 commit d2e2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrono = "0.4.19"
2424
hex = "0.4.2"
2525
net2 = "0.2.35"
2626
regex = "1.4.2"
27-
reqwest = { version = "0.11.0", features = ["blocking"] }
27+
reqwest = { version = "0.12.24", features = ["blocking"] }
2828
serde = { version = "1.0.117", features = ["derive"] }
2929
serde_cbor = "0.11.1"
3030
serde_json = "1.0.59"

0 commit comments

Comments
 (0)