remove unused deps (#1587)

This commit is contained in:
Dongjia "toka" Zhang 2023-09-30 18:32:59 +02:00 committed by GitHub
parent 70b75e7fdb
commit f31c2cc4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,4 @@ which = "4.4"
glob = "0.3" glob = "0.3"
[dependencies] [dependencies]
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } # serialization lib serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } # serialization lib
log = "0.4.20"