summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-15 13:20:40 -0500
committerGitHub <noreply@github.com>2023-02-15 13:20:40 -0500
commitc4b9a91e27a32c0949688034c2449936c01a44a9 (patch)
treeb274b83aa8a84428f3d1401535845e24969108c0 /Cargo.toml
parentb34e751a5b2193e8ce65203386e00147c08a7a64 (diff)
refactor: use deno_graph's semver and npm structs (#17791)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2e61205e..20699ef74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -104,7 +104,6 @@ ring = "=0.16.20"
rusqlite = { version = "=0.28.0", features = ["unlock_notify", "bundled"] }
rustls = "0.20.5"
rustls-pemfile = "1.0.0"
-semver = "=1.0.14"
serde = { version = "1.0.149", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.85"