oops - remove unused dep

This commit is contained in:
Reid 2023-10-31 19:44:13 -07:00
parent 917c094ce9
commit 066b496d4d
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -727,7 +727,6 @@ dependencies = [
"serde_json", "serde_json",
"sha", "sha",
"sqlx", "sqlx",
"tempfile",
"toml", "toml",
] ]

View file

@ -20,5 +20,4 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107" serde_json = "1.0.107"
sha = "1.0.3" sha = "1.0.3"
sqlx = { version = "0.7.2", features = ["runtime-tokio", "sqlite"] } sqlx = { version = "0.7.2", features = ["runtime-tokio", "sqlite"] }
tempfile = "3.8.0"
toml = "0.7.6" toml = "0.7.6"