From 05cbe957dc63bb9ea580ee4146371e1123ddd90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 05:03:33 +0000 Subject: [PATCH] chore(deps): Bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow) and [unicode-width](https://github.com/unicode-rs/unicode-width). Updates `anyhow` from 1.0.83 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86) Updates `unicode-width` from 0.1.12 to 0.1.13 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- chars/Cargo.toml | 2 +- chars_data/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72a11ef..e8a3dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "autocfg" @@ -337,9 +337,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode_names2" diff --git a/chars/Cargo.toml b/chars/Cargo.toml index 97d5e7f..dca21b4 100644 --- a/chars/Cargo.toml +++ b/chars/Cargo.toml @@ -22,7 +22,7 @@ path = "src/main.rs" [dependencies] unicode_names2 = "0.6.0" -unicode-width = "0.1.12" +unicode-width = "0.1.13" byteorder = "1" lazy_static = "1.4.0" fst = "0.4.7" diff --git a/chars_data/Cargo.toml b/chars_data/Cargo.toml index 3619e72..713587b 100644 --- a/chars_data/Cargo.toml +++ b/chars_data/Cargo.toml @@ -17,5 +17,5 @@ path = "src/lib.rs" regex = "1.10" lazy_static = "1.4.0" fst = "0.4" -anyhow = "1.0.83" +anyhow = "1.0.86" unicode_names2 = "0.6.0"