Skip to content

Commit 09176ec

Browse files
chore(deps): bump reqwest from 0.11.16 to 0.11.17 (vectordotdev#17316)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.17. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.16...v0.11.17) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79e97a2 commit 09176ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/k8s-e2e-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures = "0.3"
1212
k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_19"] }
1313
k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" }
1414
regex = "1"
15-
reqwest = { version = "0.11.16", features = ["json"] }
15+
reqwest = { version = "0.11.17", features = ["json"] }
1616
serde_json = "1"
1717
tokio = { version = "1.28.0", features = ["full"] }
1818
indoc = "2.0.1"

lib/vector-api-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio-stream = { version = "0.1.12", default-features = false, features = ["sync
2525
graphql_client = { version = "0.12.0", default-features = false, features = ["graphql_query_derive"] }
2626

2727
# HTTP / WebSockets
28-
reqwest = { version = "0.11.16", default-features = false, features = ["json"] }
28+
reqwest = { version = "0.11.17", default-features = false, features = ["json"] }
2929
tokio-tungstenite = { version = "0.18.0", default-features = false, features = ["connect", "rustls"] }
3030

3131
# External libs

0 commit comments

Comments
 (0)