Skip to content

Commit 5c12558

Browse files
chore(deps): update reqwest requirement from 0.12.15 to 0.13.2
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.15...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 254ea9e commit 5c12558

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
@@ -58,7 +58,7 @@ async-trait = { version = "0.1.80", optional = true }
5858
aws-config = { version = "1.1.7", optional = true }
5959
aws-sdk-kms = { version = "1.15.0", optional = true }
6060
futures-util = { version = "0.3", optional = true }
61-
reqwest = { version = "0.12.15", optional = true }
61+
reqwest = { version = "0.13.2", optional = true }
6262
rustls = { version = "0.23.31", optional = true }
6363

6464
[dev-dependencies]

0 commit comments

Comments
 (0)