Skip to content

Commit f51a93a

Browse files
fix(deps): update rust crate hyper to v1
1 parent 749214a commit f51a93a

2 files changed

Lines changed: 26 additions & 100 deletions

File tree

Cargo.lock

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

mvstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rand = "0.9"
2828
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "json"] }
2929
foundationdb = { version = "0.10.0", features = ["fdb-7_3"] }
3030
structopt = "0.3.26"
31-
hyper = { version = "0.14.20", features = ["full"] }
31+
hyper = { version = "1.0.0", features = ["full"] }
3232
url = "2.3.1"
3333
hex = "0.4.3"
3434
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)