From 8ac40b7e9f84018b81b40e6cfa0d3a1eeb640082 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Oct 2022 08:04:20 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.58 --- Cargo.lock | 4 ++-- src/lib/scel_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7be6de..97fc538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,9 +199,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" dependencies = [ "proc-macro2", "quote", diff --git a/src/lib/scel_core/Cargo.toml b/src/lib/scel_core/Cargo.toml index 6802ede..d998889 100644 --- a/src/lib/scel_core/Cargo.toml +++ b/src/lib/scel_core/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tokio = { version = "1.0", features = ["full"] } anyhow = { version = "*" } -async-trait = { version = "0.1.56" } +async-trait = { version = "0.1.58" } futures = "0.3.21" tracing = "0.1" lazy_static = "1.4.0" -- 2.45.2