summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"