diff --git a/crates/catalog/rest/Cargo.toml b/crates/catalog/rest/Cargo.toml index 0531a513b..c44f08b24 100644 --- a/crates/catalog/rest/Cargo.toml +++ b/crates/catalog/rest/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "^0.11", features = ["json"] } serde = { version = "^1.0", features = ["rc"] } serde_derive = "^1.0" serde_json = "^1.0" -typed-builder = "^0.17" +typed-builder = "^0.18" urlencoding = "2" [dev-dependencies]