From ead654c684128cb60766ef1e716dbcea5774c45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:12:38 +0000 Subject: [PATCH] chore(deps): bump toml from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46cd40b..7a588b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1860,9 +1860,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" dependencies = [ "indexmap", "serde_core", diff --git a/server/Cargo.toml b/server/Cargo.toml index 1c4cb6e..8c36198 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -44,7 +44,7 @@ percent-encoding = "2.3.2" lazy_static = "1.5.0" serde = "1.0.228" serde_json = "1.0.149" -toml = "1.0.3" +toml = "1.0.4" rand = "0.10.0" env_logger = "0.11.9" humantime-serde = "1.1.1"