diff --git a/Cargo.lock b/Cargo.lock index 57d85b5fe6e62..ad8390c685732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,9 +702,9 @@ checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2 1.0.79", "quote 1.0.35", diff --git a/Cargo.toml b/Cargo.toml index 72e3cdcaa6fe0..42af59e2218af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ loki-logproto = { path = "lib/loki-logproto", optional = true } # Tokio / Futures async-stream = { version = "0.3.5", default-features = false } -async-trait = { version = "0.1.79", default-features = false } +async-trait = { version = "0.1.80", default-features = false } futures = { version = "0.3.30", default-features = false, features = ["compat", "io-compat"], package = "futures" } tokio = { version = "1.37.0", default-features = false, features = ["full"] } tokio-openssl = { version = "0.6.4", default-features = false }