diff --git a/Cargo.lock b/Cargo.lock index 27ce9d6bb2f4b..54488256ef7fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.13.0" @@ -223,7 +225,7 @@ dependencies = [ "pretty_assertions", "serde", "serde_json", - "time", + "time 0.2.0", "toml", "winapi 0.3.8", ] @@ -496,7 +498,7 @@ checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" dependencies = [ "num-integer", "num-traits", - "time", + "time 0.1.45", ] [[package]] @@ -1168,7 +1170,7 @@ checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" dependencies = [ "cfg-if", "libc", - "wasi", + "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] @@ -4431,7 +4433,7 @@ dependencies = [ "rand 0.7.3", "rustc-demangle", "unwind", - "wasi", + "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] @@ -4709,15 +4711,21 @@ dependencies = [ [[package]] name = "time" -version = "0.1.42" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", - "redox_syscall", + "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.8", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "tokio" version = "0.1.22" @@ -5007,7 +5015,7 @@ dependencies = [ "ansi_term 0.12.1", "lazy_static", "matchers", - "parking_lot 0.9.0", + "parking_lot 0.10.2", "regex", "sharded-slab", "smallvec 1.4.0", @@ -5234,6 +5242,12 @@ dependencies = [ "rustc-std-workspace-core", ] +[[package]] +name = "wasi" +version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + [[package]] name = "winapi" version = "0.2.8" diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index c4918d7f2e714..64aa5287e0423 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -46,7 +46,7 @@ serde = { version = "1.0.8", features = ["derive"] } serde_json = "1.0.2" toml = "0.5" lazy_static = "1.3.0" -time = "0.1" +time = "0.2" ignore = "0.4.10" opener = "0.4"