address cargo udeps

This commit is contained in:
Bill Thiede 2024-07-07 15:06:04 -07:00
parent bb3e18519f
commit 0482713241
3 changed files with 179 additions and 737 deletions

911
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,3 @@ anyhow = "1.0.79"
maplit = "1.0.2" maplit = "1.0.2"
linkify = "0.10.0" linkify = "0.10.0"
[dependencies.rocket_contrib]
version = "0.4.11"
default-features = false
features = ["json"]

View File

@ -23,7 +23,6 @@ notmuch = {path = "../notmuch"}
shared = {path = "../shared"} shared = {path = "../shared"}
itertools = "0.10.5" itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] } serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
wasm-timer = "0.2.5"
chrono = "0.4.31" chrono = "0.4.31"
graphql_client = "0.13.0" graphql_client = "0.13.0"
thiserror = "1.0.50" thiserror = "1.0.50"