Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent ec7d604 commit 163b3a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tailcall-version = { path = "./tailcall-version", optional = true }

rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.17", features = ["derive"] }
hyper = { version = "0.14.28", features = ["server"], default-features = false }
hyper = { version = "1.0.0", features = ["server"], default-features = false }
tokio = { workspace = true }
anyhow = { workspace = true }
reqwest = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dotenvy = "0.15.7"
anyhow = "1.0.82"
async-trait = "0.1.80"
async-graphql-value = "7.0.3"
hyper = { version = "0.14.28", default-features = false }
hyper = { version = "1.0.0", default-features = false }
reqwest = { version = "0.11", default-features = false }
tailcall = { path = "..", default-features = false }
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
hyper = { version = "0.14.28", default-features = false }
hyper = { version = "1.0.0", default-features = false }
worker = "0.3.0"
tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "0.14.28", features = ["full"] }
hyper = { version = "1.0.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tonic = "0.11.0"
tonic-reflection = "0.11.0"
Expand Down

0 comments on commit 163b3a4

Please sign in to comment.