From 4b54b20ac0c9f6a28422e54252d19f0c0c32e8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:24:28 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.8 to 1.1 in /physerver 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.8.0...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] --- physerver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physerver/Cargo.toml b/physerver/Cargo.toml index 4ca5250..bc591d7 100644 --- a/physerver/Cargo.toml +++ b/physerver/Cargo.toml @@ -71,7 +71,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } # Configuration -toml = "0.8" +toml = "1.1" clap = { version = "4.4", features = ["derive"] } # Error handling