diff --git a/Cargo.lock b/Cargo.lock index f5f9ad4b5..f544143bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.72" +version = "0.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.32", diff --git a/crates/devolutions-gateway-task/Cargo.toml b/crates/devolutions-gateway-task/Cargo.toml index 88add9544..60b3c7405 100644 --- a/crates/devolutions-gateway-task/Cargo.toml +++ b/crates/devolutions-gateway-task/Cargo.toml @@ -11,4 +11,4 @@ named_tasks = ["tokio/tracing"] [dependencies] tokio = { version = "1.29.1", features = ["sync", "rt", "tracing"] } -async-trait = "0.1.72" +async-trait = "0.1.73" diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index c8ccad9d6..3fd3e838d 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -65,7 +65,7 @@ tokio = { version = "1.29.1", features = ["signal", "net", "io-util", "time", "r tokio-rustls = { version = "0.24", features = ["dangerous_configuration", "tls12"] } reqwest = { version = "0.11.18", features = ["json"] } # TODO: directly use hyper in subscriber module futures = "0.3.28" -async-trait = "0.1.72" +async-trait = "0.1.73" tower = { version = "0.4.13", features = ["timeout"] } ngrok = "0.12.4"