summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-02 13:06:42 -0400
committerGitHub <noreply@github.com>2022-09-02 13:06:42 -0400
commit5262937285e72419c6576ae1595d43f23e0c7b9d (patch)
tree591e0732e9245a65232255954454682d510eea71 /test_util/Cargo.toml
parent7d622a6643b3dddae4e2ff820f75ec67c8df7224 (diff)
fix(npm): respect `latest` dist tag for getting current version (#15746)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 8d9da66e2..7fa309dac 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -28,6 +28,7 @@ regex = "1.6.0"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] }
ring = "0.16.20"
rustls-pemfile = "1.0.0"
+semver = "1.0.13"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tar = "0.4.38"