Skip to content

Commit 45ae715

Browse files
chore(deps): bump reqwest from 0.10.10 to 0.11.0
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.10 to 0.11.0. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.10.10...v0.11.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e505ae9 commit 45ae715

4 files changed

Lines changed: 145 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 142 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ tower-test = "0.3.0"
255255
tokio-test = "0.2"
256256
tokio = { version = "0.2", features = ["test-util"] }
257257
assert_cmd = "1.0.2"
258-
reqwest = { version = "0.10.9", features = ["json"] }
258+
reqwest = { version = "0.11.0", features = ["json"] }
259259
rusty-fork = "0.3.0"
260260

261261
[features]

lib/k8s-e2e-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures = "0.3"
1212
k8s-openapi = { version = "0.10.0", default-features = false, features = ["v1_16"] }
1313
k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" }
1414
regex = "1"
15-
reqwest = { version = "0.10", features = ["json"] }
15+
reqwest = { version = "0.11", features = ["json"] }
1616
serde_json = "1"
1717
tokio = { version = "0.2", features = ["macros", "rt-threaded", "time"] }
1818

0 commit comments

Comments
 (0)