Skip to content

Commit 82ae2d5

Browse files
chore(deps): update reqwest requirement from 0.12.15 to 0.13.1
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.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf742ca commit 82ae2d5

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
@@ -56,7 +56,7 @@ async-trait = { version = "0.1.80", optional = true }
5656
# AWS
5757
aws-config = { version = "1.1.7", optional = true }
5858
aws-sdk-kms = { version = "1.15.0", optional = true }
59-
reqwest = { version = "0.12.15", optional = true }
59+
reqwest = { version = "0.13.1", optional = true }
6060
rustls = { version = "0.23.31", optional = true }
6161

6262
[dev-dependencies]

0 commit comments

Comments
 (0)