Skip to content

Commit f97cfdc

Browse files
Update reqwest requirement from 0.12 to 0.13
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.0...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 47a059a commit f97cfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
serde_yaml = "0.9"
1616
dirs-next = "2.0"
17-
reqwest = { version = "0.12", features = ["json", "blocking"] }
17+
reqwest = { version = "0.13", features = ["json", "blocking"] }
1818
git2 = "0.20"
1919
tokio = { version = "1", features = ["full"] }
2020

0 commit comments

Comments
 (0)