diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-21 17:19:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 17:19:10 -0500 |
| commit | fbfeedb68b593d0dbf3f0bfb0061939756da20b7 (patch) | |
| tree | dc58c302dcb1ac9cdc11c0cdd14fea39b6d960d1 /Cargo.toml | |
| parent | e58462dbb9b8b611628c5d8da7e523e48a58242c (diff) | |
fix(lsp): improved npm specifier to import map entry mapping (#22016)
Upgrades to the latest deno_semver
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 33a8904e1..c6bb7c52a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ libz-sys = { version = "1.1", default-features = false } log = "=0.4.20" lsp-types = "=0.94.1" # used by tower-lsp and "proposed" feature is unstable in patch releases memmem = "0.1.1" -monch = "=0.4.3" +monch = "=0.5.0" notify = "=5.0.0" num-bigint = { version = "0.4", features = ["rand"] } once_cell = "1.17.1" |
