diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml index 32bbd35e811d..08f973a802e9 100644 --- a/arrow-cast/Cargo.toml +++ b/arrow-cast/Cargo.toml @@ -51,7 +51,7 @@ num = { version = "0.4", default-features = false, features = ["std"] } lexical-core = { version = "1.0", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] } atoi = "2.0.0" # unpin after MSRV bump to 1.85 -comfy-table = { version = "=7.1.2", optional = true, default-features = false } +comfy-table = { version = "=7.2.0", optional = true, default-features = false } base64 = "0.22" ryu = "1.0.16"