From dac30af1510b12b5d81d2cd437560f8be6c2e01c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Dec 2022 17:32:24 -0500 Subject: feat(fmt): improve width calculation (#16982) Formats code according to Unicode Standard Annex #11 rules (https://crates.io/crates/unicode-width). This aligns `deno fmt` more with prettier. --- ext/node/Cargo.toml | 2 +- ext/web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index afb66d05c..ae1d8cdc2 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -18,4 +18,4 @@ deno_core.workspace = true once_cell.workspace = true path-clean = "=0.1.0" regex.workspace = true -serde = "1.0.144" +serde = "1.0.149" diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index f3b0075c9..319ad11a3 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -19,7 +19,7 @@ base64-simd = "0.7" deno_core.workspace = true encoding_rs.workspace = true flate2.workspace = true -serde = "1.0.144" +serde = "1.0.149" tokio.workspace = true uuid = { workspace = true, features = ["serde"] } -- cgit v1.2.3