X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=0bd72625f150989e21579681e2e6b98ad3277518;hb=d708bc45c4092432f87090c1624c25bf76f49d9e;hp=78470e8deb342567c5251285498a572f7a56f7bd;hpb=ce1151c04c8aa529a81d124d41cc900c7da7d4ac;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 78470e8deb3..0bd72625f15 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -14,7 +14,7 @@ pulldown-cmark = { version = "0.9", default-features = false } minifier = "0.2.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -smallvec = "1.6.1" +smallvec = "1.8.1" tempfile = "3" itertools = "0.10.1" regex = "1"