diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-08-25 13:40:55 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-08-25 14:33:51 +0200 |
| commit | 77471fb35f3acffd3b71819478b1dda8fa305978 (patch) | |
| tree | 56e301069347209cc29b123a6e8ec640c9c9f03f | |
| parent | f2b33fa063e148312cfaca474ea7d621ab268c81 (diff) | |
| download | mullvadvpn-77471fb35f3acffd3b71819478b1dda8fa305978.tar.xz mullvadvpn-77471fb35f3acffd3b71819478b1dda8fa305978.zip | |
Update chrono to 0.4.21 to fix Android
| -rw-r--r-- | Cargo.lock | 53 | ||||
| -rw-r--r-- | mullvad-api/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-management-interface/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-relay-selector/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-types/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
6 files changed, 43 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock index 93a7ae637f..3be1fd40c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,6 +81,15 @@ dependencies = [ ] [[package]] +name = "android_system_properties" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" +dependencies = [ + "libc", +] + +[[package]] name = "anyhow" version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -285,10 +294,11 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0" +checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb" dependencies = [ + "iana-time-zone", "js-sys", "num-integer", "num-traits", @@ -1135,6 +1145,19 @@ dependencies = [ ] [[package]] +name = "iana-time-zone" +version = "0.1.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9512e544c25736b82aebbd2bf739a47c8a1c935dfcc3a6adcde10e35cd3cd468" +dependencies = [ + "android_system_properties", + "core-foundation", + "js-sys", + "wasm-bindgen", + "winapi", +] + +[[package]] name = "ident_case" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1307,9 +1330,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.55" +version = "0.3.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" +checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" dependencies = [ "wasm-bindgen", ] @@ -3772,9 +3795,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.78" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" +checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -3782,13 +3805,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.78" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" +checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" dependencies = [ "bumpalo", - "lazy_static", "log", + "once_cell", "proc-macro2", "quote", "syn", @@ -3797,9 +3820,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.78" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" +checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3807,9 +3830,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.78" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" +checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" dependencies = [ "proc-macro2", "quote", @@ -3820,9 +3843,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.78" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" +checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" [[package]] name = "web-sys" diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index f23daedc05..c84d3e5d0d 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -12,7 +12,7 @@ publish = false api-override = [] [dependencies] -chrono = { version = "0.4.19", features = ["serde"] } +chrono = { version = "0.4.21", features = ["serde"] } err-derive = "0.3.1" futures = "0.3" http = "0.2" diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml index ca1853855b..4de1bbb66c 100644 --- a/mullvad-management-interface/Cargo.toml +++ b/mullvad-management-interface/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -chrono = { version = "0.4.19" } +chrono = { version = "0.4.21" } err-derive = "0.3.1" mullvad-types = { path = "../mullvad-types" } mullvad-paths = { path = "../mullvad-paths" } diff --git a/mullvad-relay-selector/Cargo.toml b/mullvad-relay-selector/Cargo.toml index 172e9c17e2..602cbf29aa 100644 --- a/mullvad-relay-selector/Cargo.toml +++ b/mullvad-relay-selector/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -chrono = "0.4.19" +chrono = "0.4.21" err-derive = "0.3.1" futures = "0.3" ipnetwork = "0.16" diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml index c450e4e353..da19731f7b 100644 --- a/mullvad-types/Cargo.toml +++ b/mullvad-types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -chrono = { version = "0.4.19", features = ["serde"] } +chrono = { version = "0.4.21", features = ["serde"] } err-derive = "0.3.1" ipnetwork = "0.16" lazy_static = "1.1.0" diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 4f5484d2f3..b11407ae5c 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -30,7 +30,7 @@ talpid-time = { path = "../talpid-time" } talpid-tunnel-config-client = { path = "../talpid-tunnel-config-client" } uuid = { version = "0.8", features = ["v4"] } zeroize = "1" -chrono = "0.4.19" +chrono = "0.4.21" tokio = { version = "1.8", features = ["process", "rt-multi-thread", "fs"] } tokio-stream = { version = "0.1", features = ["io-util"] } rand = "0.8.5" |
