diff --git a/Cargo.toml b/Cargo.toml index 67ea9d3..a0c8cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.111", optional = true } time = "0.3.31" tokio = { version = "1.35.1", features = [ "full" ] } -typed-builder = "0.18.0" +typed-builder = "0.18.1" [dev-dependencies] spec = { path = "spec" }