From 6225b493259b83e4f716634815058149b9f6b855 Mon Sep 17 00:00:00 2001 From: jkiely Date: Thu, 27 Jun 2024 16:58:14 +0100 Subject: [PATCH] Bump async-trait to 0.1.80 to match Cargo.lock --- limitador/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/limitador/Cargo.toml b/limitador/Cargo.toml index c04faeca..817430a4 100644 --- a/limitador/Cargo.toml +++ b/limitador/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1" rmp-serde = "1.1.0" thiserror = "1" futures = "0.3" -async-trait = "0.1" +async-trait = "0.1.80" cfg-if = "1" tracing = "0.1.40" metrics = "0.22.3"