summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 15:12:01 +0000
committerGitHub <[email protected]>2024-06-17 15:12:01 +0000
commit2e475b782a84e7d02700be31a9fe6f9d696bd6db (patch)
treec1ca702e5fcd66a7d1ce0cddd6be5419404448e6 /Cargo.lock
parent9690617846795f356794aecb1fe73d6a84fdf9d8 (diff)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 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",