summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-01-18 15:57:30 -0500
committerGitHub <noreply@github.com>2024-01-18 15:57:30 -0500
commit35c1652f56f2a83380080b2c9942c595f80bd14d (patch)
tree4867dacfcbcbb01e7e1766d2fd8ce5e0a62ddf2b /Cargo.lock
parent4e3aff8400fe1e6854a27687d14a07dc837c88d9 (diff)
fix(lsp): regression - formatting was broken on windows (#21972)
~~Waiting on: https://github.com/denoland/deno_config/pull/31~~ Closes #21971 Closes https://github.com/denoland/vscode_deno/issues/1029
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f46dc4913..19a836026 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1126,9 +1126,9 @@ dependencies = [
[[package]]
name = "deno_config"
-version = "0.7.1"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62edb1811b076bf29670385098bc6e1cfee37dae70b71a665e7a1534098ba805"
+checksum = "0257353ef2a16029e15d8ee47509cac1a29eba8a223caa747996f6c7719c09d4"
dependencies = [
"anyhow",
"glob",