diff --git a/Cargo.lock b/Cargo.lock index 9386c382b..b087b1f0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,7 +1372,6 @@ dependencies = [ "deltachat", "deltachat-contact-tools", "futures", - "log", "num-traits", "sanitize-filename", "schemars", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index edd59fd6b..0e2a6f4ae 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -13,10 +13,7 @@ deltachat-contact-tools = { workspace = true } num-traits = { workspace = true } schemars = "0.8.22" serde = { workspace = true, features = ["derive"] } -tempfile = { workspace = true } -log = { workspace = true } async-channel = { workspace = true } -futures = { workspace = true } serde_json = { workspace = true } yerpc = { workspace = true, features = ["anyhow_expose", "openrpc"] } typescript-type-def = { version = "0.5.13", features = ["json_value"] } @@ -27,6 +24,8 @@ base64 = { workspace = true } [dev-dependencies] tokio = { workspace = true, features = ["full", "rt-multi-thread"] } +tempfile = { workspace = true } +futures = { workspace = true } [features]