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