From 2b62a5b8140f884c35a4e1ae732a9de3dd8c6114 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 12 May 2024 18:19:04 -0400 Subject: fix(npm): handle null fields in npm registry JSON (#23785) * https://github.com/denoland/deno_npm/pull/52 Closes https://github.com/denoland/deno/issues/23776 --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Cargo.toml b/tests/Cargo.toml index c7de0b561..9d9837699 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -43,7 +43,7 @@ deno_lockfile.workspace = true deno_terminal.workspace = true deno_tls.workspace = true fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] } -file_test_runner = "0.5.0" +file_test_runner = "0.6.0" flaky_test = "=0.1.0" http.workspace = true http-body-util.workspace = true -- cgit v1.2.3