From c4b9a91e27a32c0949688034c2449936c01a44a9 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 15 Feb 2023 13:20:40 -0500 Subject: refactor: use deno_graph's semver and npm structs (#17791) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 1f47aa463..3a16cdca6 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -30,7 +30,7 @@ regex.workspace = true reqwest.workspace = true ring.workspace = true rustls-pemfile.workspace = true -semver.workspace = true +semver = "=1.0.14" serde.workspace = true serde_json.workspace = true tar.workspace = true -- cgit v1.2.3