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"