Skip to content

Commit 2ed8ec7

Browse files
chore(deps): bump reqwest from 0.11.17 to 0.11.18 (vectordotdev#17420)
* chore(deps): bump reqwest from 0.11.17 to 0.11.18 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.17 to 0.11.18. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.17...v0.11.18) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate licenses inventory Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent c81ad30 commit 2ed8ec7

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

Cargo.lock

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

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ hyper,https://github.com/hyperium/hyper,MIT,Sean McArthur <[email protected]>
234234
hyper-openssl,https://github.com/sfackler/hyper-openssl,MIT OR Apache-2.0,Steven Fackler <[email protected]>
235235
hyper-proxy,https://github.com/tafia/hyper-proxy,MIT,Johann Tuffe <[email protected]>
236236
hyper-rustls,https://github.com/ctz/hyper-rustls,Apache-2.0 OR ISC OR MIT,Joseph Birr-Pixton <[email protected]>
237+
hyper-rustls,https://github.com/ctz/hyper-rustls,Apache-2.0 OR ISC OR MIT,The hyper-rustls Authors
237238
hyper-timeout,https://github.com/hjr3/hyper-timeout,MIT OR Apache-2.0,Herman J. Radtke III <[email protected]>
238239
hyper-tls,https://github.com/hyperium/hyper-tls,MIT OR Apache-2.0,Sean McArthur <[email protected]>
239240
hyperlocal,https://github.com/softprops/hyperlocal,MIT,softprops <[email protected]>

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.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.17", features = ["json"] }
15+
reqwest = { version = "0.11.18", features = ["json"] }
1616
serde_json = "1"
1717
tokio = { version = "1.28.1", features = ["full"] }
1818
indoc = "2.0.1"

lib/vector-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio-stream = { version = "0.1.14", 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.17", default-features = false, features = ["json"] }
28+
reqwest = { version = "0.11.18", default-features = false, features = ["json"] }
2929
tokio-tungstenite = { version = "0.19.0", default-features = false, features = ["connect", "rustls"] }
3030

3131
# External libs

0 commit comments

Comments
 (0)