From d1e4c980b03a53b90e29ee4fb434b29557cf9fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:45:12 +0000 Subject: [PATCH] Update toml requirement from 0.9.11 to 1.1.2 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.11...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vtk-gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk-gen/Cargo.toml b/vtk-gen/Cargo.toml index a0dceaa..ec4207f 100644 --- a/vtk-gen/Cargo.toml +++ b/vtk-gen/Cargo.toml @@ -23,4 +23,4 @@ regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.8.1" syn = "2.0.101" -toml = "0.9.11" +toml = "1.1.2"