diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock index 166675a11c..e8c8786b6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,11 +437,8 @@ checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" dependencies = [ "android-tzdata", "iana-time-zone", - "js-sys", "num-traits", "serde", - "time 0.1.43", - "wasm-bindgen", "winapi", ] @@ -3921,16 +3918,6 @@ dependencies = [ [[package]] name = "time" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "time" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" @@ -4226,7 +4213,7 @@ dependencies = [ "radix_trie", "rand 0.8.5", "thiserror", - "time 0.3.5", + "time", "tokio", "tracing", "trust-dns-proto", @@ -4293,7 +4280,7 @@ dependencies = [ "futures-util", "serde", "thiserror", - "time 0.3.5", + "time", "tokio", "toml", "tracing", |
