diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-21 21:51:20 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-22 08:04:49 +1000 |
| commit | df3d79793b9eab2320bb41b5473274d5aefd4dbc (patch) | |
| tree | a5181365ed9890c69a4d34ba03610f06095e9a50 /src/tools | |
| parent | 425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0 (diff) | |
| download | rust-df3d79793b9eab2320bb41b5473274d5aefd4dbc.tar.gz rust-df3d79793b9eab2320bb41b5473274d5aefd4dbc.zip | |
Remove `dirs-sys-0.4.1` dependency.
By updating rustfmt to use `dirs-6.0.0`.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rustfmt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustfmt/Cargo.toml b/src/tools/rustfmt/Cargo.toml index e497b792342..6392ffbe409 100644 --- a/src/tools/rustfmt/Cargo.toml +++ b/src/tools/rustfmt/Cargo.toml @@ -40,7 +40,7 @@ cargo_metadata = "0.18" clap = { version = "4.4.2", features = ["derive"] } clap-cargo = "0.12.0" diff = "0.1" -dirs = "5.0" +dirs = "6.0" getopts = "0.2" ignore = "0.4" itertools = "0.12" |
