Skip to content

Commit

Permalink
chore(deps): Bump reqwest from 0.11.18 to 0.11.19 (vectordotdev#18329)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Aug 22, 2023
1 parent 754bee0 commit 9b4625c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
34 changes: 25 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT
webbrowser,https://github.com/amodm/webbrowser-rs,MIT OR Apache-2.0,Amod Malviya @amodm
webpki,https://github.com/briansmith/webpki,ISC,Brian Smith <[email protected]>
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,Joseph Birr-Pixton <[email protected]>
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,The webpki-roots Authors
wepoll-ffi,https://github.com/aclysma/wepoll-ffi,MIT OR Apache-2.0 OR BSD-2-Clause,Philip Degarmo <[email protected]>
whoami,https://github.com/ardaku/whoami,Apache-2.0 OR BSL-1.0 OR MIT,The whoami Authors
widestring,https://github.com/starkat99/widestring-rs,MIT OR Apache-2.0,Kathryn Long <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/k8s-e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3"
k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_19"] }
k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" }
regex = "1"
reqwest = { version = "0.11.18", features = ["json"] }
reqwest = { version = "0.11.19", features = ["json"] }
serde_json = "1"
tokio = { version = "1.32.0", features = ["full"] }
indoc = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1.14", default-features = false, features = ["sync
graphql_client = { version = "0.13.0", default-features = false, features = ["graphql_query_derive"] }

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

# External libs
Expand Down

0 comments on commit 9b4625c

Please sign in to comment.