From 193ac0e887e99fa18e6458ae7494ca6cc66d9ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:24:52 +0000 Subject: [PATCH] Bump the cargo group with 1 update Bumps the cargo group with 1 update: [anyhow](https://github.com/dtolnay/anyhow). - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- chars_data/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 728c075..eccd2ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "autocfg" diff --git a/chars_data/Cargo.toml b/chars_data/Cargo.toml index 0a248a2..f443192 100644 --- a/chars_data/Cargo.toml +++ b/chars_data/Cargo.toml @@ -17,5 +17,5 @@ path = "src/lib.rs" regex = "1.9" lazy_static = "1.4.0" fst = "0.4" -anyhow = "1.0.72" +anyhow = "1.0.75" unicode_names2 = "0.6.0"