From 808f0f150b6869df3f9494210b982a71c208acbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:54:12 +0000 Subject: [PATCH] build(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.2...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] --- Cargo.toml | 2 +- keymap_derive/Cargo.toml | 2 +- keymap_parser/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3a7303..6d5e2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ termion = ["dep:termion"] wasm = ["dep:web-sys", "dep:wasm-bindgen"] [dev-dependencies] -toml = "0.9" +toml = "1.0" wasm-bindgen-test = "0.3" [[example]] diff --git a/keymap_derive/Cargo.toml b/keymap_derive/Cargo.toml index 5726c90..87a088d 100644 --- a/keymap_derive/Cargo.toml +++ b/keymap_derive/Cargo.toml @@ -21,4 +21,4 @@ syn = "2.0.101" # TODO: Find a proper way to fix dependency cycle in googleapis/release-please keymap_dev = { path = "../", package = "keymap" } serde = { version = "1.0.219", features = ["derive"] } -toml = "0.9" +toml = "1.0" diff --git a/keymap_parser/Cargo.toml b/keymap_parser/Cargo.toml index 8ffa00b..99e90c7 100644 --- a/keymap_parser/Cargo.toml +++ b/keymap_parser/Cargo.toml @@ -14,4 +14,4 @@ strum = "0.27.1" strum_macros = "0.27.1" [dev-dependencies] -toml = "0.9.2" +toml = "1.0.1"