Skip to content

Commit

Permalink
Update chrono to 0.4.21 to fix Android
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Aug 25, 2022
1 parent f2b33fa commit 16c5121
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 20 deletions.
53 changes: 38 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mullvad-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-management-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion mullvad-relay-selector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion talpid-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 16c5121

Please sign in to comment.