diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index d0be3d086d2..3e5f7c67cf8 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -59,7 +59,7 @@ snap = { version = "1.0.5", optional = true } strum = "0.21.0" strum_macros = "0.21.1" thiserror = "1.0.29" -typed-builder = "0.9.1" +typed-builder = "0.11.0" uuid = { version = "0.8.2", features = ["serde", "v4"] } zerocopy = "0.3.0" lazy_static = "1.1.1"