diff options
| author | Eric Huss <eric@huss.org> | 2024-04-13 10:54:13 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-04-13 10:54:13 -0700 |
| commit | 123b303fd98b3c0214942cbe818e28ae4d234ce4 (patch) | |
| tree | d9f02a9439484240566f3c4f1dd435015bf3fe93 /src | |
| parent | 618c300497183f7f9c5242c97358d855112deb08 (diff) | |
| download | rust-123b303fd98b3c0214942cbe818e28ae4d234ce4.tar.gz rust-123b303fd98b3c0214942cbe818e28ae4d234ce4.zip | |
Update rustfix to 0.8.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index 4539c9b3285..38c29b91928 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -20,7 +20,7 @@ tracing-subscriber = { version = "0.3.3", default-features = false, features = [ regex = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -rustfix = "0.6.0" +rustfix = "0.8.1" once_cell = "1.16.0" walkdir = "2" glob = "0.3.0" |
