From ecc443c00816e4af3b00fd6b42d57a8e399600e8 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Mon, 9 Sep 2024 23:24:33 +0000 Subject: [PATCH] Bump `bon` version. The new one supports MSRV 1.59.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0704adef..d54c1090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bon" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "811d7882589e047896e5974d039dd8823a67973a63d559e6ad1e87ff5c42ed4f" +checksum = "ee4f37d875011af3196e4828024742a84dcff6b0d027d272f2944f9a99f2c8af" dependencies = [ "bon-macros", "rustversion", @@ -80,9 +80,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e745a763e579a5ce70130e66f9dd35abf77cfeb9f418f305aeab8d1ae54c43" +checksum = "99b4b686e7ebf76cfa591052482d8c3c8242722518560798631974bf899d5565" dependencies = [ "darling", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index 7ea23fe0..e44fc3b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ shell-words = { version = "1.0", optional = true } slug = "0.1.4" emojis = { version = "0.6.2", optional = true } arbitrary = { version = "1", optional = true, features = ["derive"] } -bon = "2.2" +bon = "2.2.1" caseless = "0.2.1" [dev-dependencies]