diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-14 10:02:52 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-22 08:13:21 +1100 |
| commit | 3eadc6844bfb4da5ab5e28414eb11ed39fc72e0f (patch) | |
| tree | 726f74ad64c4abc6dda2134acb265f07931583cc /src/tools/rustfmt | |
| parent | 1d320ed38708f2a1c72553d3d42e1ccb6b79373b (diff) | |
Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use it.
Diffstat (limited to 'src/tools/rustfmt')
| -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 00e0ed37a84..032b9b54810 100644 --- a/src/tools/rustfmt/Cargo.toml +++ b/src/tools/rustfmt/Cargo.toml @@ -43,7 +43,7 @@ diff = "0.1" dirs = "4.0" getopts = "0.2" ignore = "0.4" -itertools = "0.10" +itertools = "0.11" lazy_static = "1.4" regex = "1.7" serde = { version = "1.0.160", features = ["derive"] } |
