diff --git a/Cargo.toml b/Cargo.toml index 17f5665..7643f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.74" lazy_static = "1.4.0" time = "0.3.30" tokio = { version = "1.33.0", features = [ "full" ] } -typed-builder = "0.16.2" +typed-builder = "0.18.0" [dev-dependencies] spec = { path = "spec" }