about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-10-16 12:24:23 +0000
committerbors <bors@rust-lang.org>2020-10-16 12:24:23 +0000
commite351e5ca693d52abc63b3737ab2abeff0aef15ad (patch)
treee9d8b9a94279df49d32fe956d2b4b29dc97f8669
parenta771557ee92af5e313714f127bb48a1d787a1cff (diff)
parent6d358d29b0eb4e6f21526ccfb29636dea20d8993 (diff)
downloadrust-e351e5ca693d52abc63b3737ab2abeff0aef15ad.tar.gz
rust-e351e5ca693d52abc63b3737ab2abeff0aef15ad.zip
Auto merge of #6180 - flip1995:rustup, r=flip1995
Update semver 0.10 -> 0.11

r? `@ghost,` blocking CI

changelog: none
-rw-r--r--Cargo.toml2
-rw-r--r--clippy_lints/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13db35f4b0e..96655e7f5b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ path = "src/driver.rs"
 # begin automatic update
 clippy_lints = { version = "0.0.212", path = "clippy_lints" }
 # end automatic update
-semver = "0.10"
+semver = "0.11"
 rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
 tempfile = { version = "3.1.0", optional = true }
 
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index fcf817b82c8..cd9363a8572 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
 smallvec = { version = "1", features = ["union"] }
 toml = "0.5.3"
 unicode-normalization = "0.1"
-semver = "0.10.0"
+semver = "0.11"
 # NOTE: cargo requires serde feat in its url dep
 # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
 url = { version =  "2.1.0", features = ["serde"] }