From fa6c5a0a02448596bcb07006fd9c39018c1b9e44 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 4 Jan 2026 01:34:12 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f6e559..510f207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } futures = { version = "0.3.30" } sha2 = { version = "0.10.8" } hex = { version = "0.4.3" } -toml = { version = "0.8.14" } +toml = { version = "0.9.0" } [workspace.package] version = "0.5.0"