diff --git a/Cargo.lock b/Cargo.lock index ac0495888..b182333a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5855,7 +5855,7 @@ dependencies = [ name = "ngrok-api" version = "0.1.0" dependencies = [ - "http 0.2.12", + "http 1.1.0", "reqwest", "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 7a6acd766..cb47d7175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ futures = { version = "0.3", default-features = false } getrandom = { version = "0.2", default-features = false } hex = { version = "0.4", default-features = false } hex-literal = { version = "0.4", default-features = false } -http = { version = "0.2", default-features = false } +http = { version = "1.1", default-features = false } http-body = { version = "0.4", default-features = false } impl-trait-for-tuples = { version = "0.2", default-features = false } indoc = { version = "2.0", default-features = false }