From 4277e575aee593255e535241850ab21300b4e85a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 3 Jan 2026 01:33:43 +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"