From 70054e4f15948b0733752b77a21eda8984dc7012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:50:35 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.9 to 1.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v1.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b735c4a..78ba8be 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -12,7 +12,7 @@ categories = ["parsing", "visualization"] [dependencies] lopdf = "0.38" serde = { version = "1.0", features = ["derive"] } -toml = "0.9" +toml = "1.0" svg = "0.18" roxmltree = "0.21" thiserror = "2.0"