common: add proptest dev-dependency for configuration tests

Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
Troy Mitchell 2026-04-28 15:20:21 +08:00
parent 938f9c4bdf
commit 2548aa71cb

View file

@ -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"