X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=crates%2Fsyntax%2FCargo.toml;h=c3d08acb271d941a87df166e9dc8a64331a245e5;hb=2f5afba9f8ce7b7133ba1c4d8e009462cecb17f5;hp=080697b96ff19f60cd2e3e0f0d79ab6416b0c9c4;hpb=439a8194b0c498ee2ac12832c5d5d80316a6c0ab;p=rust.git diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 080697b96ff..c3d08acb271 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -18,7 +18,7 @@ rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" once_cell = "1.3.1" indexmap = "1.4.0" -smol_str = "0.1.15" +smol_str = "0.1.21" stdx = { path = "../stdx", version = "0.0.0" } text_edit = { path = "../text_edit", version = "0.0.0" }