From 46cd94f766b0993bde9829dc9357bed833641319 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 27 May 2021 11:11:40 -0700 Subject: [PATCH] Remove explicit semver dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc528539f..c77b36541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,6 @@ dependencies = [ "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 072d0a6c7..4507bc39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ home = "0.5" lazy_static = "1.0" libc = "0.2.18" rustc_version = "0.2" -semver = "0.9" toml = "0.5" which = { version = "3.1.0", default_features = false } shell-escape = "0.1.4"