From add3209b9193494aa43b21dbf3711b9fe60ee34f Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 16 Aug 2022 02:29:16 -0400 Subject: [PATCH] Remove unused async-trait dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40e9261..67d8493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "jsondb" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["xenofem "] license = "MIT" [dependencies] -async-trait = "0.1" serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1"