Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent cd4660e commit a4a8901
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
82 changes: 41 additions & 41 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 src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
governor = { version = "0.6", default-features = false, features = ["std"] }
hashbrown = "0.14"
hex = "0.4.3"
http = "0.2"
http = "1.1"
humantime = "2.1"
hytra = { workspace = true }
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/common/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytes = "1"
clap = { workspace = true }
easy-ext = "1"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http = "1.1"
hyper = { version = "0.14", features = ["client"] } # used by tonic
hytra = { workspace = true }
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ google-cloud-bigquery = { version = "0.9.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = { version = "0.13", features = ["pubsub", "bigquery"] }
google-cloud-pubsub = "0.25"
http = "0.2"
http = "1.1"
iceberg = { workspace = true }
iceberg-catalog-rest = { workspace = true }
icelake = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "0.1"
easy-ext = "1"
either = "1.12.0"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http = "1.1"
hyper = "0.14" # required by tonic
itertools = { workspace = true }
lru = { workspace = true }
Expand Down

0 comments on commit a4a8901

Please sign in to comment.