From f203dddae5a41a5dddd5afed2d7373698c3319d4 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 15 Jan 2023 07:32:51 +0900 Subject: [PATCH] Add heck to plume-models dependencies --- Cargo.lock | 1 + plume-models/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index dc56243f..f24d42a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3407,6 +3407,7 @@ dependencies = [ "diesel_migrations", "glob", "guid-create", + "heck", "itertools 0.10.5", "lazy_static", "ldap3", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index a7dfe9e5..13d3936f 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -35,6 +35,7 @@ once_cell = "1.12.0" lettre = "0.9.6" native-tls = "0.2.10" activitystreams = "=0.7.0-alpha.20" +heck = "0.4.0" [dependencies.chrono] features = ["serde"]