Skip to content

Commit

Permalink
chore: Update url to fix cargo deny (#9799)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Dec 16, 2024
1 parent 9981a91 commit 9eceec4
Show file tree
Hide file tree
Showing 169 changed files with 255 additions and 430 deletions.
265 changes: 253 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ resolver = "2"
unicode-id = "0.3"
unicode-id-start = "1.2.0"
unicode-width = "0.1.4"
url = "2.4.0"
url = "2.5.4"
vergen = { version = "9.0.0", default-features = false }
virtual-fs = { version = "0.19.0", default-features = false }
walkdir = "2.4.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/swc/tests/fixture/issues-8xxx/8774/output/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ async function foo() {
};
try {
const a = _ts_add_disposable_resource._(env, logClean(), false);
;
const b = _ts_add_disposable_resource._(env, logClean(), true);
;
for (const _ of [
logClean(),
logClean()
Expand Down
1 change: 0 additions & 1 deletion crates/swc/tests/fixture/issues-8xxx/8895/output/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function main() {
};
try {
const file = _ts_add_disposable_resource._(env, new File(), false);
;
function readFile() {
file.read();
}
Expand Down
1 change: 0 additions & 1 deletion crates/swc/tests/fixture/issues-9xxx/9673/output/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ try {
console.log("disposed");
}
}, false);
;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down
Loading

0 comments on commit 9eceec4

Please sign in to comment.