build: use workspace dependencies to make cargo-deny 0.15.1 happy

This commit is contained in:
link2xt
2024-07-31 10:16:00 +00:00
parent ad225b12c2
commit 0324884124
5 changed files with 11 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ name = "deltachat"
crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../", default-features = false }
deltachat-jsonrpc = { path = "../deltachat-jsonrpc", optional = true }
deltachat = { workspace = true, default-features = false }
deltachat-jsonrpc = { workspace = true, optional = true }
libc = { workspace = true }
human-panic = { version = "2", default-features = false }
num-traits = { workspace = true }