diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-04 22:06:10 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-04 22:26:10 +0200 |
| commit | 2e3a16187189ae8e7bdb2ac98a237e11540f993a (patch) | |
| tree | c0f8082b33e711ee74620e183c890351711fd93c /src/tools/rust-analyzer | |
| parent | 2b533e6b49e6c918389f7a38e6b6e7e030f30fed (diff) | |
| download | rust-2e3a16187189ae8e7bdb2ac98a237e11540f993a.tar.gz rust-2e3a16187189ae8e7bdb2ac98a237e11540f993a.zip | |
Update `rustc-literal-escaper` version to `0.0.2`
Diffstat (limited to 'src/tools/rust-analyzer')
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.lock | 4 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/crates/parser/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/crates/syntax/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/rust-analyzer/Cargo.lock b/src/tools/rust-analyzer/Cargo.lock index 2aa776b5087..be639115266 100644 --- a/src/tools/rust-analyzer/Cargo.lock +++ b/src/tools/rust-analyzer/Cargo.lock @@ -1746,9 +1746,9 @@ checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" [[package]] name = "rustc-literal-escaper" -version = "0.0.1" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdd0fcb1409d38cb2d940400497e2384a4a04b8685ee92a0a7a8986ccd72115" +checksum = "0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04" [[package]] name = "rustc-stable-hash" diff --git a/src/tools/rust-analyzer/crates/parser/Cargo.toml b/src/tools/rust-analyzer/crates/parser/Cargo.toml index 292b7de255a..40c1e9fa7bd 100644 --- a/src/tools/rust-analyzer/crates/parser/Cargo.toml +++ b/src/tools/rust-analyzer/crates/parser/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true [dependencies] drop_bomb = "0.1.5" ra-ap-rustc_lexer.workspace = true -rustc-literal-escaper = "0.0.1" +rustc-literal-escaper = "0.0.2" tracing = { workspace = true, optional = true } edition.workspace = true diff --git a/src/tools/rust-analyzer/crates/syntax/Cargo.toml b/src/tools/rust-analyzer/crates/syntax/Cargo.toml index 4fb628685a1..23e1917922b 100644 --- a/src/tools/rust-analyzer/crates/syntax/Cargo.toml +++ b/src/tools/rust-analyzer/crates/syntax/Cargo.toml @@ -17,7 +17,7 @@ either.workspace = true itertools.workspace = true rowan = "=0.15.15" rustc-hash.workspace = true -rustc-literal-escaper = "0.0.1" +rustc-literal-escaper = "0.0.2" indexmap.workspace = true smol_str.workspace = true triomphe.workspace = true |
