From 2e475b782a84e7d02700be31a9fe6f9d696bd6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:12:01 +0000 Subject: crates: bump include_dir from 0.7.3 to 0.7.4 (#199) Bumps [include_dir](https://github.com/Michael-F-Bryan/include_dir) from 0.7.3 to 0.7.4. - [Commits](https://github.com/Michael-F-Bryan/include_dir/compare/include_dir-v0.7.3...include_dir-v0.7.4) --- updated-dependencies: - dependency-name: include_dir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b77bbd3..03fefc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,18 +1114,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bc4f18c..b476ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ eyre = { version = "0.6.12", default-features = false, features = [ "auto-install", "track-caller", ] } -include_dir = "0.7.3" +include_dir = "0.7.4" log = "0.4.21" poise = "0.6.1" rand = "0.8.5" -- cgit v1.2.3