From 13ec3186a5a8e382fe499217b305b5cf749de77f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:11:18 +0000 Subject: [PATCH] Update Rust crate toml to v1.1.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b4d3a71..61aca840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5106,9 +5106,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" dependencies = [ "indexmap 2.14.1", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 9ddf45b5..74970daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ url = "=2.5.8" serde = { version = "=1.0.229", features = ["derive"] } serde_with = "=3.22.0" serde_json = "=1.0.151" -toml = "=1.1.4" +toml = "=1.1.5" pla = { path = "pla", features = ["serde", "geo", "emath", "bezier-epaint", "tracing", "pla2"] } etcetera = "=0.11.0"