diff --git a/lib/athena/Cargo.toml b/lib/athena/Cargo.toml index 3a8788801..d2093a548 100644 --- a/lib/athena/Cargo.toml +++ b/lib/athena/Cargo.toml @@ -36,9 +36,7 @@ redis = ["dep:either", "dep:fred", "dep:rand", "dep:sonic-rs"] [dev-dependencies] kitsune-test = { workspace = true } -postcard = { version = "1.1.0", default-features = false, features = [ - "alloc", -] } +postcard = { version = "1.1.0", default-features = false, features = ["alloc"] } tracing-subscriber = "0.3.18" [lints]