Skip to content

Commit

Permalink
chore(deps): update remove-dir-all to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins authored and rami3l committed Nov 24, 2024
1 parent ad78cf3 commit 4c651a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -65,7 +65,7 @@ opentelemetry_sdk = { workspace = true, optional = true }
pulldown-cmark = { version = "0.12", default-features = false }
rand = "0.8"
regex = "1"
remove_dir_all = { version = "0.8.1", features = ["parallel"] }
remove_dir_all = { version = "1.0.0", features = ["parallel"] }
retry = { version = "2", default-features = false, features = ["random"] }
rs_tracing = { version = "1.1", features = ["rs_tracing"] }
same-file = "1"
Expand Down

0 comments on commit 4c651a5

Please sign in to comment.