summaryrefslogtreecommitdiff
path: root/crates/jmap-proto
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2024-06-21 17:05:14 +0200
committermdecimus <mauro@stalw.art>2024-06-21 17:05:14 +0200
commit0b46ec5808c3ae5f9cb82e9eeac937ab7d022a44 (patch)
tree05c0a5046cc1af2384cb1de0c48cacd52a9ceb38 /crates/jmap-proto
parent68a189ed9f3473280f9c16de16f965fc9a0f5880 (diff)
Renamed jmilters to hooks
Diffstat (limited to 'crates/jmap-proto')
-rw-r--r--crates/jmap-proto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/jmap-proto/Cargo.toml b/crates/jmap-proto/Cargo.toml
index a8e14eda..95ab91f8 100644
--- a/crates/jmap-proto/Cargo.toml
+++ b/crates/jmap-proto/Cargo.toml
@@ -10,7 +10,7 @@ utils = { path = "../utils" }
mail-parser = { version = "0.9", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}
-ahash = { version = "0.8.1", features = ["serde"] }
+ahash = { version = "0.8.2", features = ["serde"] }
serde_json = { version = "1.0", features = ["raw_value"] }
tracing = "0.1"