Skip to content

Commit 4814686

Browse files
authored
Merge pull request #164 from influxdata/dependabot/cargo/hyper-1.8.0
chore(deps): bump hyper from 1.7.0 to 1.8.0
2 parents 6a9e421 + d248c19 commit 4814686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ datafusion-udf-wasm-host = { path = "host", version = "0.1.0" }
2929
datafusion-udf-wasm-python = { path = "guests/python", version = "0.1.0" }
3030
datafusion-udf-wasm-query = { path = "query", version = "0.1.0" }
3131
http = { version = "1.3.1", default-features = false }
32-
hyper = { version = "1.7", default-features = false }
32+
hyper = { version = "1.8", default-features = false }
3333
insta = { version = "1.43.2", "default-features" = false }
3434
pyo3 = { version = "0.27.1", default-features = false, features = ["macros"] }
3535
sqlparser = { version = "0.55.0", default-features = false, features = [

0 commit comments

Comments
 (0)