diff --git a/Cargo.lock b/Cargo.lock index 2a39d47fd..851d574be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2527,9 +2527,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" +checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c" [[package]] name = "pin-utils" diff --git a/crates/proxy-http/Cargo.toml b/crates/proxy-http/Cargo.toml index 960168104..1fb67d49c 100644 --- a/crates/proxy-http/Cargo.toml +++ b/crates/proxy-http/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] proxy-types = { path = "../proxy-types" } tokio = { version = "1.29.1", features = ["io-util"] } -pin-project-lite = "0.2.10" +pin-project-lite = "0.2.11" bytes = "1.4.0" [dev-dependencies] diff --git a/crates/transport/Cargo.toml b/crates/transport/Cargo.toml index 7f1fd8749..1a2e4683d 100644 --- a/crates/transport/Cargo.toml +++ b/crates/transport/Cargo.toml @@ -9,7 +9,7 @@ publish = false tokio = { version = "1.29.1", features = ["io-util"] } futures-core = "0.3.28" futures-sink = "0.3.28" -pin-project-lite = "0.2.10" +pin-project-lite = "0.2.11" [dev-dependencies] futures-util = "0.3.28" diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index f26b6af0c..6c70bb5cc 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -79,7 +79,7 @@ tower-http = { version = "0.4.1", features = ["cors", "fs"] } utoipa = { version = "3.3.0", default-features = false, features = ["uuid", "chrono"], optional = true } # Safe pin projection -pin-project-lite = "0.2.10" +pin-project-lite = "0.2.11" # Native plugins dlopen = "0.1.8"