diff --git a/Cargo.lock b/Cargo.lock index ef1deba..59657af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -1334,14 +1334,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.45" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" [[package]] name = "tiny-skia" @@ -1435,12 +1430,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" diff --git a/Cargo.toml b/Cargo.toml index bf344cb..7fff12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ json = "0.12.4" log = { version = "0.4.6", features = ["std"] } png = "0.17" termcolor = "1" -time = "0.1.36" +time = "0.2.0" wild = "2.0.2" [profile.release]