From 77fee805c3961e7e1ef6cc8cc6fca71e6e09651a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:13:46 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.8 to 1.1 in /My_server 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.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- My_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/My_server/Cargo.toml b/My_server/Cargo.toml index fb9d442..83f1718 100644 --- a/My_server/Cargo.toml +++ b/My_server/Cargo.toml @@ -95,7 +95,7 @@ futures = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -toml = "0.8" +toml = "1.1" hostname = "0.4" dotenvy = "0.15" env_logger = "0.11"