From 14665c9d0bc75aa18163a843ac7581a3f85507b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:38:55 +0000 Subject: [PATCH 1/3] chore(deps): bump toml from 0.8.23 to 1.1.4+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.4+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v1.1.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 772a259d..474ad92c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5463,7 +5463,7 @@ dependencies = [ "tinyflows", "tokio", "tokio-rustls", - "toml 0.8.23", + "toml 1.1.4+spec-1.1.0", "tower", "tower-http", "tracing", From 428d647c4dc2dc8232b85bcbf3d80db159886b04 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 8 Aug 2026 16:29:22 +0300 Subject: [PATCH 2/3] chore: files changed Cargo.toml Checkpoint of work in progress, touching Cargo.toml. Auto-committed-on: dragonfly Co-authored-by: Medulla --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80a69d34..299ca3ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2" -toml = "0.8" +toml = "1" tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } From 9eaac00df73aeeb2c4eb882f091e9774d116ab5e Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sun, 9 Aug 2026 17:27:39 +0300 Subject: [PATCH 3/3] chore: resolve tinysweeper finding and retrigger review Co-authored-by: Medulla