From 8ebe1beeda83c15ad5e0b4af16bd73ec40f3be32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:36:06 +0000 Subject: [PATCH] Bump include_dir from 0.7.2 to 0.7.3 Bumps [include_dir](https://github.com/Michael-F-Bryan/include_dir) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/Michael-F-Bryan/include_dir/releases) - [Commits](https://github.com/Michael-F-Bryan/include_dir/compare/include_dir-v0.7.2...include_dir-v0.7.3) --- updated-dependencies: - dependency-name: include_dir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be136f8a..7b151410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "include_dir" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" dependencies = [ "include_dir_macros", ] diff --git a/Cargo.toml b/Cargo.toml index d42376fc..5acc70f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ base64 = "0.13.0" rayon = "1.5.1" petgraph = "0.6.0" lemmeknow = "0.6.0" -include_dir = "0.7.2" +include_dir = "0.7.3" once_cell = "1.13.0" text_io = "0.1.10" data-encoding = "2.3.2"