Skip to content

Commit

Permalink
chore(deps): Bump http from 0.2.9 to 0.2.10 (#19128)
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.9...v0.2.10)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 4a61e36 commit 83aa618
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ hash_hasher = { version = "2.0.0", default-features = false }
hashbrown = { version = "0.14.2", default-features = false, optional = true, features = ["ahash"] }
headers = { version = "0.3.9", default-features = false }
hostname = { version = "0.3.1", default-features = false }
http = { version = "0.2.9", default-features = false }
http = { version = "0.2.10", default-features = false }
http-serde = "1.1.3"
http-body = { version = "0.4.5", default-features = false }
hyper = { version = "0.14.27", default-features = false, features = ["client", "runtime", "http1", "http2", "server", "stream"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ snafu = { version = "0.7.5", default-features = false }
toml = { version = "0.8.8", default-features = false }
tracing = { version = "0.1.34", default-features = false }
url = { version = "2.4.1", default-features = false, features = ["serde"] }
http = { version = "0.2.9", default-features = false }
http = { version = "0.2.10", default-features = false }
vrl.workspace = true
vector-config-common = { path = "../vector-config-common" }
vector-config-macros = { path = "../vector-config-macros" }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ float_eq = { version = "1.0", default-features = false }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
futures-util = { version = "0.3.29", default-features = false, features = ["std"] }
headers = { version = "0.3.9", default-features = false }
http = { version = "0.2.9", default-features = false }
http = { version = "0.2.10", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap = { version = "2.1.0", default-features = false, features = ["serde", "std"] }
lookup = { package = "vector-lookup", path = "../vector-lookup" }
Expand Down

0 comments on commit 83aa618

Please sign in to comment.