diff --git a/Cargo.lock b/Cargo.lock index 7f21c9624..e6050fa7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,9 +896,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" dependencies = [ "android-tzdata", "iana-time-zone", @@ -906,7 +906,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.48.5", + "windows-targets 0.52.0", ] [[package]] diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 80b270046..09771fb68 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -59,7 +59,7 @@ cfb-mode = "0.8.2" filetime = "0.2" axum = { version = "0.7", features = ["ws"] } tower-http = { version = "0.5.0", features = ["fs", "trace", "cors"] } -chrono = { version = "0.4.26", features = ["serde"] } +chrono = { version = "0.4.32", features = ["serde"] } tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "8f7568190f1200d3e272ca534baf8d1578147e18", features = ["async"] } netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "2817bf82740e04bbee6b7bf1165f55657a6ed163" }