X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=4371a914b48041c932114de3d477d758ec8ddd9b;hb=e1bf0694820f2a9e62c66512f40aa767258c1a74;hp=45285c1f442c45d030c4d0578363e03ce869d571;hpb=a6cd4aa9a784e3d2e54bca2a1b41082fda67310d;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 45285c1f442..4371a914b48 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" smallvec = "1.6.1" tempfile = "3" -itertools = "0.9" +itertools = "0.10" regex = "1" rustdoc-json-types = { path = "../rustdoc-json-types" } tracing = "0.1"