summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-11-23 12:44:57 -0500
committerGitHub <noreply@github.com>2022-11-23 12:44:57 -0500
commitf2330fcd9b7bdc4831f5e4994173ba5d8b6d72cf (patch)
tree61c1b1985c2ada18375c69aa9d836a905a3ec885 /Cargo.lock
parent13e3acf71dd8443d8d158087d8c0a0cb72167f9a (diff)
fix(fmt/markdown): scenario where whitespace was being incorrectly stripped in inline links (#16769)
https://github.com/dprint/dprint-plugin-markdown/pull/69 Closes #16730
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 e791eb6ff..555dd9f3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1433,9 +1433,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-json"
-version = "0.15.6"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7b6ffd969606d66570c259fea202ae6ba15f8e13ae285c8de604a07131ca1c8"
+checksum = "447c6f9ceae26cafa063a53b59710735576ade0c17dee4603a59ee18b5dbcdff"
dependencies = [
"anyhow",
"dprint-core",
@@ -1446,9 +1446,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-markdown"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d1219016fc87c5dbd1dda4560831ea92da8a1a2df612e62843e741c98b668c3"
+checksum = "49cf3bc0cb9cc526a894b1d5af07c2ce2af1fa56b765990845ec781ab4cd1c91"
dependencies = [
"anyhow",
"dprint-core",