Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 0.14.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent efcb345 commit 577f343
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -45,7 +45,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true }

rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.17", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
hyper = { version = "0.14.28", features = ["server"], default-features = false }
tokio = { workspace = true }
anyhow = { workspace = true }
derive_setters = "0.1.6"
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 @@ -24,6 +24,6 @@ dotenvy = "0.15"

anyhow = "1.0.82"
async-trait = "0.1.80"
hyper = { version = "0.14", default-features = false }
hyper = { version = "0.14.28", 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", default-features = false }
hyper = { version = "0.14.28", default-features = false }
worker = "0.2.0"
tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 577f343

Please sign in to comment.