Skip to content

Commit 8f88cdd

Browse files
committed
chore(cargo): update to strum 0.26
1 parent 9933a42 commit 8f88cdd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ serde = { version = "1.0", features = ["derive"] }
8585
sha-1 = "0.10"
8686
sha2 = "0.10"
8787
smallvec = "1"
88-
strum = "0.25"
89-
strum_macros = "0.25"
88+
strum = "0.26"
89+
strum_macros = "0.26"
9090
tagger = "4.3.4"
9191
textwrap = "0.16.0"
9292
thiserror = "1"

src/headerdef.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use mailparse::{MailHeader, MailHeaderMap};
44

5-
#[derive(Debug, Display, Clone, PartialEq, Eq, EnumVariantNames, IntoStaticStr)]
5+
#[derive(Debug, Display, Clone, PartialEq, Eq, IntoStaticStr)]
66
#[strum(serialize_all = "kebab_case")]
77
#[allow(missing_docs)]
88
pub enum HeaderDef {

0 commit comments

Comments
 (0)