Remove unused 3rd party crate

This commit is contained in:
Tobie Morgan Hitchcock 2022-05-07 14:58:53 +01:00
parent a03d5a7551
commit 82140410d6
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2273,7 +2273,6 @@ dependencies = [
"argon2",
"async-recursion",
"bigdecimal",
"byteorder",
"chrono",
"dmp",
"echodb",

View file

@ -17,7 +17,6 @@ kv-yokudb = []
argon2 = "0.4.0"
async-recursion = "1.0.0"
bigdecimal = { version = "0.3.0", features = ["serde", "string-only"] }
byteorder = "1.4.3"
chrono = { version = "0.4.19", features = ["serde"] }
derive = { version = "0.1.2", package = "surrealdb-derive" }
dmp = "0.1.1"