summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-12 18:19:04 -0400
committerGitHub <noreply@github.com>2024-05-12 22:19:04 +0000
commit2b62a5b8140f884c35a4e1ae732a9de3dd8c6114 (patch)
treeefdb3de80a63659daf3c5d010e32e0a811f4c21b /tests/Cargo.toml
parentdac49a116e094be1a3048305dfb6b10bbddcc030 (diff)
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
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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