Skip to content

Commit 5284ae0

Browse files
cargo(deps): update reqwest requirement from 0.12.13 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.13...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccad0db commit 5284ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/yawns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ prettytable = "0.10.0"
3030
futures = "0.3.31"
3131
clap-stdin = "0.8.0"
3232
aws-smithy-types = "1.3.1"
33-
reqwest = { version = "0.12.13", features = ["json"] }
33+
reqwest = { version = "0.13.1", features = ["json"] }

0 commit comments

Comments
 (0)