diff --git a/Cargo.toml b/Cargo.toml index 8693fd4..fe1dd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ zstd = ["rquest/zstd"] [dependencies] rquest = { version = "4", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } -typed-builder = { version = "0.20.0", optional = true } +typed-builder = { version = "0.21.0", optional = true } strum = { version = "0.27.1", optional = true } strum_macros = { version = "0.27.1", optional = true }