nzr-api: remove unused sqlx dependency
s i g h .
This commit is contained in:
parent
c74cc70986
commit
f9adaddbb5
2 changed files with 9 additions and 701 deletions
709
Cargo.lock
generated
709
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,6 @@ tokio = { version = "1.0", features = ["macros"] }
|
||||||
uuid = { version = "1.2.2", features = ["serde"] }
|
uuid = { version = "1.2.2", features = ["serde"] }
|
||||||
hickory-proto = { version = "0.24", features = ["serde-config"] }
|
hickory-proto = { version = "0.24", features = ["serde-config"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
sqlx = "0.8"
|
|
||||||
diesel = { version = "2.2", optional = true }
|
diesel = { version = "2.2", optional = true }
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
Loading…
Reference in a new issue