Skip to content

Commit

Permalink
Bump directories from 4.0.1 to 5.0.0 (#322)
Browse files Browse the repository at this point in the history
Bumps [directories](https://github.com/soc/directories-rs) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/soc/directories-rs/releases)
- [Commits](https://github.com/soc/directories-rs/commits)

---
updated-dependencies:
- dependency-name: directories
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 13ad0f9 commit c1a7e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 full-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ blake2-rfc = { version = "0.2.18", default-features = false }
clap = { version = "4.0.27", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
ctrlc = "3.2.5"
derive_more = "0.99.17"
directories = "4.0.1"
directories = "5.0.0"
either = { version = "1.8.1", default-features = false }
env_logger = { version = "0.10.0", default-features = false, features = ["auto-color", "humantime"] }
event-listener = { version = "2.5.3" }
Expand Down

0 comments on commit c1a7e2e

Please sign in to comment.