Skip to content

Commit

Permalink
Update Rust crate path-clean to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2023
1 parent f290571 commit 0a512aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ miette = { version = "5.5.0", features = ["fancy"], optional = true, default-fea
mimalloc = { version = "0.1.34", default-features = false, optional = true }
password-hash = { version = "0.4.2", optional = true, default-features = false }
passwords = { version = "3.1.12", features = ["common-password"], optional = true, default-features = false }
path-clean = { version = "0.1.0", optional = true, default-features = false }
path-clean = { version = "1.0.1", optional = true, default-features = false }
rand = { version = "0.8.5", optional = true, default-features = false }
rand_core = { version = "0.6.4", features = ["serde1"], optional = true, default-features = false }
rpassword = { version = "7.2.0", optional = true, default-features = false }
Expand Down

0 comments on commit 0a512aa

Please sign in to comment.