diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-01 14:22:56 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-01 14:22:56 +0200 |
| commit | 5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75 (patch) | |
| tree | 701b1ebb2d6dbe6b01898654bba4f0cc23d13c86 /Cargo.lock | |
| parent | cd919e46663211243c6ce30d7230e095b1a93a27 (diff) | |
| parent | a4d6d259b7269649b06d27a162206f6701fccffe (diff) | |
| download | mullvadvpn-5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75.tar.xz mullvadvpn-5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75.zip | |
Merge branch 'remove-dependency-on-time'
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", |
