diff --git a/Cargo.lock b/Cargo.lock index 400742ae4d6..c53b03f6cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2413,7 +2413,7 @@ dependencies = [ "rayon", "regex", "rustc_version 0.2.3", - "semver 0.9.0", + "semver 0.11.0", "smallvec", "target-lexicon", "wasmer-compiler", diff --git a/lib/compiler-llvm/Cargo.toml b/lib/compiler-llvm/Cargo.toml index 502bf536425..afe70e7b1a3 100644 --- a/lib/compiler-llvm/Cargo.toml +++ b/lib/compiler-llvm/Cargo.toml @@ -32,7 +32,7 @@ features = ["llvm10-0", "target-x86", "target-aarch64"] cc = "1.0" lazy_static = "1.4" regex = "1.3" -semver = "0.9" +semver = "0.11" rustc_version = "0.2" [features]