Skip to content

Commit e351e5c

Browse files
committed
Auto merge of rust-lang#6180 - flip1995:rustup, r=flip1995
Update semver 0.10 -> 0.11 r? `@ghost,` blocking CI changelog: none
2 parents a771557 + 6d358d2 commit e351e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ path = "src/driver.rs"
3131
# begin automatic update
3232
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
3333
# end automatic update
34-
semver = "0.10"
34+
semver = "0.11"
3535
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
3636
tempfile = { version = "3.1.0", optional = true }
3737

Diff for: clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
2727
smallvec = { version = "1", features = ["union"] }
2828
toml = "0.5.3"
2929
unicode-normalization = "0.1"
30-
semver = "0.10.0"
30+
semver = "0.11"
3131
# NOTE: cargo requires serde feat in its url dep
3232
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
3333
url = { version = "2.1.0", features = ["serde"] }

0 commit comments

Comments
 (0)