Run the cargo linter

`semver` got updated again. This patch pulls in the latest version to
make the linter happy.

Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ied8cea5605632ca23fd564951c188fe87f11c97d
diff --git a/third_party/cargo/crates.bzl b/third_party/cargo/crates.bzl
index e3b99c7..1b477ae 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_15",
-        url = "https://crates.io/api/v1/crates/semver/1.0.15/download",
+        name = "raze__semver__1_0_16",
+        url = "https://crates.io/api/v1/crates/semver/1.0.16/download",
         type = "tar.gz",
-        strip_prefix = "semver-1.0.15",
-        build_file = Label("//third_party/cargo/remote:BUILD.semver-1.0.15.bazel"),
+        strip_prefix = "semver-1.0.16",
+        build_file = Label("//third_party/cargo/remote:BUILD.semver-1.0.16.bazel"),
     )
 
     maybe(