From 0ec193ded7818037bdab6c81c2fce88fd721d387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:06:32 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.77 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index bcadc944cd..06ffa45a95 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -58,7 +58,7 @@ zip-extensions = "0.6.2" gunzip = { version = "0.1.0", git = "https://github.com/TechHara/gunzip.git" } tempfile = "3.9.0" glob = "0.3.1" -async-trait = "0.1.75" +async-trait = "0.1.77" dyn-clone = "1.0.16" rs-snowflake = "0.6" rocksdb = "0.21"