Update Rust crate include_dir to 0.7.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-10-18 00:25:47 +00:00
parent 5ae87532c0
commit 1020a86f5e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1379,9 +1379,9 @@ dependencies = [
[[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",
]