From c7168cfe65e2dbab4a6e655abf767c20ccbec5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:01:08 +0000 Subject: [PATCH] build(deps): 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] --- osdpctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdpctl/Cargo.toml b/osdpctl/Cargo.toml index 9e8b977..661a728 100644 --- a/osdpctl/Cargo.toml +++ b/osdpctl/Cargo.toml @@ -25,4 +25,4 @@ log = "0.4.29" log4rs = "1.4.0" nix = { version = "0.31.1", features = ["signal"] } rand = "0.9.2" -toml = "0.9.11" +toml = "1.1.2"