From 2548aa71cb853bcf1cae0458ac3cf8b305a5211f Mon Sep 17 00:00:00 2001 From: Troy Mitchell Date: Tue, 28 Apr 2026 15:20:21 +0800 Subject: [PATCH] common: add proptest dev-dependency for configuration tests Signed-off-by: Troy Mitchell --- crates/common/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index dd2cba15..0a5e5651 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -36,3 +36,4 @@ tokio = { version = "1.44", features = ["sync", "time", "macros", "rt"] } hyper = { version = "1.0", features = ["full"] } bytes = "1.0" http-body-util = "0.1" +proptest = "1.4"