Run the cargo linter

Something is triggering an update of `semver`. No clue what it is, but
one of the linters is insisting on it.

Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ibc4c2365aaa9cced2f20ebccf2b43a70aecb861f
diff --git a/third_party/cargo/crates.bzl b/third_party/cargo/crates.bzl
index 7a79f88..e3b99c7 100644
--- a/third_party/cargo/crates.bzl
+++ b/third_party/cargo/crates.bzl
@@ -992,11 +992,11 @@
 
     maybe(
         http_archive,
-        name = "raze__semver__1_0_14",
-        url = "https://crates.io/api/v1/crates/semver/1.0.14/download",
+        name = "raze__semver__1_0_15",
+        url = "https://crates.io/api/v1/crates/semver/1.0.15/download",
         type = "tar.gz",
-        strip_prefix = "semver-1.0.14",
-        build_file = Label("//third_party/cargo/remote:BUILD.semver-1.0.14.bazel"),
+        strip_prefix = "semver-1.0.15",
+        build_file = Label("//third_party/cargo/remote:BUILD.semver-1.0.15.bazel"),
     )
 
     maybe(