diff --git a/Cargo.toml b/Cargo.toml index 6b8f3b9..f9d2076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.116", optional = true } time = "0.3.36" tokio = { version = "1.37", features = [ "full" ] } -typed-builder = "0.18" +typed-builder = "0.18.2" [dev-dependencies] spec = { path = "spec" }