Skip to content

Commit 9b4625c

Browse files
dependabot[bot]fuchsnjjszwedko
authored
chore(deps): Bump reqwest from 0.11.18 to 0.11.19 (vectordotdev#18329)
* chore(deps): Bump reqwest from 0.11.18 to 0.11.19 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.18...v0.11.19) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update LICENSE-3rdparty.csv --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Fox <[email protected]> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent 754bee0 commit 9b4625c

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

Cargo.lock

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

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT
618618
webbrowser,https://github.com/amodm/webbrowser-rs,MIT OR Apache-2.0,Amod Malviya @amodm
619619
webpki,https://github.com/briansmith/webpki,ISC,Brian Smith <[email protected]>
620620
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,Joseph Birr-Pixton <[email protected]>
621+
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,The webpki-roots Authors
621622
wepoll-ffi,https://github.com/aclysma/wepoll-ffi,MIT OR Apache-2.0 OR BSD-2-Clause,Philip Degarmo <[email protected]>
622623
whoami,https://github.com/ardaku/whoami,Apache-2.0 OR BSL-1.0 OR MIT,The whoami Authors
623624
widestring,https://github.com/starkat99/widestring-rs,MIT OR Apache-2.0,Kathryn Long <[email protected]>

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.18", features = ["json"] }
15+
reqwest = { version = "0.11.19", features = ["json"] }
1616
serde_json = "1"
1717
tokio = { version = "1.32.0", features = ["full"] }
1818
indoc = "2.0.3"

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.14", default-features = false, features = ["sync
2525
graphql_client = { version = "0.13.0", default-features = false, features = ["graphql_query_derive"] }
2626

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

3131
# External libs

0 commit comments

Comments
 (0)