diff --git a/Cargo.lock b/Cargo.lock index 71691a14..0123a9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,9 +999,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -1026,7 +1026,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.0.0", + "http 1.1.0", ] [[package]] @@ -1037,7 +1037,7 @@ checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" dependencies = [ "bytes", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "pin-project-lite", ] @@ -1093,7 +1093,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "httparse", "itoa", @@ -1919,7 +1919,7 @@ dependencies = [ "dotenvy", "envy", "futures", - "http 1.0.0", + "http 1.1.0", "hyper 0.14.28", "jsonwebtoken", "once_cell", @@ -2358,7 +2358,7 @@ source = "git+https://github.com/ZoopOTheGoop/snapd-rs?branch=framework#f4b67567 dependencies = [ "async-trait", "deadpool", - "http 1.0.0", + "http 1.1.0", "http-body-util", "hyper 1.1.0", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index 8d543723..2bdc5831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" envy = "0.4" dotenvy = "0.15" futures = "0.3" -http = "1.0" +http = "1.1" hyper = { version = "0.14", features = ["full", "backports", "deprecated"] } jsonwebtoken = "9.2" once_cell = "1.19"