From 905b0979e3d23688d903406de6bc5df23e157a74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:29:18 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.76 --- src/ic_test_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..607b3d9 100644 --- a/src/ic_test_common/Cargo.toml +++ b/src/ic_test_common/Cargo.toml @@ -14,5 +14,5 @@ serde_bytes = "0.11" ic_common = { path = "../ic_common" } log = "0.4" env_logger = "0.9.0" -async-trait = "0.1.52" +async-trait = "0.1.76" rstest = "0.12.0"