fix(deps): update rust crate itertools to 0.14.0

This commit is contained in:
2025-02-09 20:16:54 +00:00
parent 5981356492
commit 5f4a4e81cb
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.13.0"