From 5b2cf7c35306cc003dce6aa7ab672ac6f68a59f4 Mon Sep 17 00:00:00 2001 From: Samuel Sarle Date: Sat, 31 May 2025 10:59:36 +0300 Subject: [PATCH] Add `traits` feature for `dogma` dependency in `protoflow-core` --- lib/protoflow-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protoflow-core/Cargo.toml b/lib/protoflow-core/Cargo.toml index d3d1ab25..dd425226 100644 --- a/lib/protoflow-core/Cargo.toml +++ b/lib/protoflow-core/Cargo.toml @@ -40,7 +40,7 @@ cfg_aliases.workspace = true [dependencies] bytes = { version = "1", default-features = false } -dogma = { version = "0.1", default-features = false } +dogma = { version = "0.1", default-features = false, features = ["traits"] } getrandom = { version = "0.2", optional = true, default-features = false } parking_lot = "0.12" prost = { version = "0.13", default-features = false, features = ["derive"] }