]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustc-workspace-hack/Cargo.toml
Switch to SPDX 2.1 license expression
[rust.git] / src / tools / rustc-workspace-hack / Cargo.toml
index 1aba52bafbbc717e108a0c21f405747c5dd5a3f6..290c4481c005e552871a44230bd4a898b66effc7 100644 (file)
@@ -2,7 +2,7 @@
 name = "rustc-workspace-hack"
 version = "1.0.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
-license = 'MIT/Apache-2.0'
+license = 'MIT OR Apache-2.0'
 description = """
 Hack for the compiler's own build system
 """
@@ -57,7 +57,7 @@ features = [
 [dependencies]
 curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
 parking_lot = { version = "0.7", features = ['nightly'] }
-rand = { version = "0.5.5", features = ["i128_support"] }
+rand = { version = "0.6.1", features = ["i128_support"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value"] }
 smallvec = { version = "0.6", features = ['union', 'may_dangle'] }