]> git.lizzy.rs Git - rust.git/blobdiff - crates/syntax/Cargo.toml
Replace some String usages with SmolStr in completions
[rust.git] / crates / syntax / Cargo.toml
index 080697b96ff19f60cd2e3e0f0d79ab6416b0c9c4..c3d08acb271d941a87df166e9dc8a64331a245e5 100644 (file)
@@ -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" }