Skip to content

Commit

Permalink
Bump remove_dir_all from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/XAMPPRocky/remove_dir_all/releases)
- [Changelog](https://github.com/XAMPPRocky/remove_dir_all/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/remove_dir_all/compare/[email protected])

---
updated-dependencies:
- dependency-name: remove_dir_all
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 477d903 commit 01ea349
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 12 deletions.
107 changes: 98 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ url = "2.1"
serde = "1"
serde_derive = "1"
serde_json = "1"
remove_dir_all = "0.7"
remove_dir_all = "0.8"
easy-jsonrpc-mw = "0.5.4"
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }

[dev-dependencies]
ed25519-dalek = "1.0.0-pre.4"
remove_dir_all = "0.7"
remove_dir_all = "0.8"

##### Grin Imports

Expand Down
2 changes: 1 addition & 1 deletion impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" }
#####

[dev-dependencies]
"remove_dir_all" = "0.7"
"remove_dir_all" = "0.8"

0 comments on commit 01ea349

Please sign in to comment.