File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ path = "src/driver.rs"
3131# begin automatic update
3232clippy_lints = { version = " 0.0.212" , path = " clippy_lints" }
3333# end automatic update
34- semver = " 0.10 "
34+ semver = " 0.11 "
3535rustc_tools_util = { version = " 0.2.0" , path = " rustc_tools_util" }
3636tempfile = { version = " 3.1.0" , optional = true }
3737lazy_static = " 1.0"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
2727smallvec = { version = " 1" , features = [" union" ] }
2828toml = " 0.5.3"
2929unicode-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>
3333url = { version = " 2.1.0" , features = [" serde" ] }
You can’t perform that action at this time.
0 commit comments