Skip to content

Commit

Permalink
Merge pull request #199 from dschrempf/dependabot/cargo/directories-6…
Browse files Browse the repository at this point in the history
….0.0

Bump directories from 5.0.1 to 6.0.0
  • Loading branch information
dschrempf authored Jan 13, 2025
2 parents d6d6483 + f2a4235 commit 55c0d28
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 87 deletions.
106 changes: 20 additions & 86 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 nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.26", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1"
directories = "6.0.0"
env_logger = "0.11.6"
fs2 = "0.4.3"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 55c0d28

Please sign in to comment.