From 832cb4257fcb2fb93d30f88c7dc6eac85fa6b188 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Thu, 12 Feb 2026 12:34:42 +0100 Subject: [PATCH] Update toml to version 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2623e3c..1972dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" license = "MIT" [dependencies] -toml = "0.9.2" +toml = "1"