From 6f597512572b1bf66485f5a04cf7f27cdbdd3411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:38:28 +0000 Subject: [PATCH] chore(deps)(deps): bump toml from 0.8.2 to 1.1.2+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 1.1.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.2...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/starstats-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d92e50b..44654c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6489,7 +6489,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.2", + "toml 1.1.2+spec-1.1.0", "tracing", "tracing-appender", "tracing-subscriber", diff --git a/crates/starstats-client/Cargo.toml b/crates/starstats-client/Cargo.toml index cbde5e3..9840a71 100644 --- a/crates/starstats-client/Cargo.toml +++ b/crates/starstats-client/Cargo.toml @@ -46,7 +46,7 @@ rusqlite = { version = "0.32", features = ["bundled"] } directories = "5.0" # Config file format -toml = "0.8" +toml = "1.1" # Synchronisation primitives parking_lot = "0.12"