Merge pull request 'fix(deps): update rust crate itertools to 0.14.0' (#22) from renovate/itertools-0.x into master

Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
2025-02-09 14:30:33 -08:00
3 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ console_log = { version = "0.1.0", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }
notmuch = { path = "../notmuch" }
shared = { path = "../shared" }
itertools = "0.10.5"
itertools = "0.14.0"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"
graphql_client = "0.14.0"