diff --git a/Cargo.lock b/Cargo.lock index fdd9682c..d05e73ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ dependencies = [ "homestar-core", "homestar-runtime-tests-proc-macro", "homestar-wasm", - "http 0.2.11", + "http 1.0.0", "http-serde", "humantime", "indexmap 2.1.0", diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index 03d8fa6d..bc0c9c3f 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -76,7 +76,7 @@ futures = { workspace = true } headers = "0.4" homestar-core = { version = "0.1", path = "../homestar-core" } homestar-wasm = { version = "0.1", path = "../homestar-wasm", default-features = false } -http = "0.2" +http = "1.0" http-serde = "1.1" humantime = { workspace = true } indexmap = { version = "2.1", default-features = false, features = ["serde"] }