summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-11-27 18:15:50 -0500
committerGitHub <noreply@github.com>2023-11-27 23:15:50 +0000
commite52033f0f71cec42228973a5ae651e47f7762b84 (patch)
treef529cb46830d84580254d8b1c65d710df61cbba7 /Cargo.lock
parent8ce4ddc407219fe724e1df4400ff9b14321e2fd1 (diff)
fix(fmt/jupyter): handle "source" property that's a string (#21361)
It was corrupting the file.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fcfefe9cd..f799eb8b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1943,9 +1943,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-jupyter"
-version = "0.1.1"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b65cf5dd43b15bf9dbb69a2d0e331106d6e3d33d8678d32385245993e8855c02"
+checksum = "75afc7a6b9e2b36976010eac441f3140ee642620c2c5b930873ccbf9d8510a59"
dependencies = [
"anyhow",
"dprint-core",
@@ -1970,9 +1970,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.88.5"
+version = "0.88.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a4830d36624ef81389cebbefecffd437058d003698756760e4b6288b586e685"
+checksum = "bb7fe06e34987533797220544a8baea26bacbbbc1e81f41c7e654d2e68f41f72"
dependencies = [
"anyhow",
"deno_ast",