From 267a663e403ff402c52ae9024203a9a78a5dcc77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:10:58 +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.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.3+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 1722472..c9b7465 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