From 2e37b6daa31b5c71f7ab4ed6856d4880df6b76ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:28:49 +0000 Subject: [PATCH] Update comfy-table requirement from =7.1.2 to =7.2.0 Updates the requirements on [comfy-table](https://github.com/nukesor/comfy-table) to permit the latest version. - [Release notes](https://github.com/nukesor/comfy-table/releases) - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md) - [Commits](https://github.com/nukesor/comfy-table/compare/v7.1.2...v7.2.0) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 7.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-cast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"