Skip to content

Commit ef9ff7e

Browse files
deps(deps): update reqwest requirement from 0.12 to 0.13 (#145)
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.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b292492 commit ef9ff7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_yaml = "0.9"
2727
serde_json = "1.0"
2828
tokio = { version = "1.0", features = ["full"] }
2929
anyhow = "1.0"
30-
reqwest = { version = "0.12", features = ["json"] }
30+
reqwest = { version = "0.13", features = ["json"] }
3131
colored = "3.0"
3232
chrono = { version = "0.4", features = ["serde"] }
3333
futures = "0.3"

common/repos-github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1.0"
8-
reqwest = { version = "0.12", features = ["json"] }
8+
reqwest = { version = "0.13", features = ["json"] }
99
serde = { version = "1.0", features = ["derive"] }
1010
tokio = { version = "1.0", features = ["full"] }

plugins/repos-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
1313
serde_json = "1"
1414
chrono = { version = "0.4", features = ["serde"] }
1515
tokio = { version = "1", features = ["full"] }
16-
reqwest = { version = "0.12", features = ["json"] }
16+
reqwest = { version = "0.13", features = ["json"] }
1717

1818
[dependencies.repos]
1919
path = "../.."

0 commit comments

Comments
 (0)