From 61d7eb7b60954f0378786fed78bdb1a107182e88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Nov 2024 12:15:36 +0000 Subject: [PATCH] fix(deps): update rust crate bon to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ccf154..1f41024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ publish = false # NOTE: Not a CLI tool or a library, so don't release to crates. [dependencies] anyhow = "1.0" -bon = "2.3" +bon = "3.0" ignore = "0.4" file-format = { version = "0.26", features = ["reader-txt"] } kxio = "1.2"