Skip to content

Commit

Permalink
chore(deps): bump include_dir from 0.7.3 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [include_dir](https://github.com/Michael-F-Bryan/include_dir) from 0.7.3 to 0.7.4.
- [Commits](Michael-F-Bryan/include_dir@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent acfde95 commit 432ba33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/from-directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_logger = "0.10"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
include_dir = "0.7.3"
include_dir = "0.7.4"

[dependencies.rusqlite]
version = "0.31.0"
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ alpha-async-tokio-rusqlite = ["dep:tokio-rusqlite", "dep:tokio"]
from-directory = ["dep:include_dir"]

[dependencies]
include_dir = { version = "0.7.3", optional = true }
include_dir = { version = "0.7.4", optional = true }
tokio = { version = "1.38", features = ["macros"], optional = true }
tokio-rusqlite = { version = "0.5.0", optional = true }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env_logger = "0.10"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
include_dir = "0.7.3"
include_dir = "0.7.4"

[[test]]
name = "integration_tests"
Expand Down

0 comments on commit 432ba33

Please sign in to comment.