From ec2aee1578d07840c63efeb792ab7625984dc1d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:21:14 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 300248b..c1bab8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ clap = { version = "4.5.27", features = ["derive", "env"] } comfy-table = "7.1.3" polars ={ version = "0.45.1", features = ["simd" ,"nightly"] } serde = { version = "1.0.217", features = ["derive"] } -toml = "0.8.19" +toml = "0.9.0"