From 225fb22a3612f566c6492ce46694b8d18d14ec7d Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Tue, 15 Jul 2025 13:39:12 +0200 Subject: [PATCH] Update toml to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f42aa58..2623e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" license = "MIT" [dependencies] -toml = "0.8.12" +toml = "0.9.2"