diff --git a/Cargo.lock b/Cargo.lock index 68c4069cb..fb8126eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ dependencies = [ "fuser", "futures", "heck 0.5.0", - "http 0.2.12", + "http 1.2.0", "http-serde", "hyper 0.14.32", "is_executable", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 47567dbc6..a4d478e52 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -37,7 +37,7 @@ flate2 = { version = "1.0.34", default-features = false, features = [ futures = "0.3.31" fuser = { version = "0.15", optional = true } heck = { version = "0.5", default-features = false } -http = "0.2" +http = "1.2" http-serde = "1.1" hyper = { workspace = true, features = ["backports", "client", "deprecated", "http1", "http2", "server"] } is_executable = "1.0.4"