diff --git a/Cargo.lock b/Cargo.lock index 84c9a05..d5081fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1586,9 +1586,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "b0005d08a8f7b65fb8073cb697aa0b12b631ed251ce73d862ce50eeb52ce3b50" [[package]] name = "libflate" @@ -1918,6 +1918,15 @@ dependencies = [ "libc", ] +[[package]] +name = "num_threads" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" +dependencies = [ + "libc", +] + [[package]] name = "once_cell" version = "1.7.2" @@ -2559,7 +2568,7 @@ dependencies = [ "shared", "sqlx", "tar", - "time 0.2.27", + "time 0.3.7", "tokio-stream", "whirlpool", "zip", @@ -2991,6 +3000,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d" +dependencies = [ + "libc", + "num_threads", +] + [[package]] name = "time-macros" version = "0.1.1" diff --git a/server/Cargo.toml b/server/Cargo.toml index 34fe35c..a5a4b63 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -48,7 +48,7 @@ whirlpool = "0.9.0" logger = {git = "https://github.com/Rheydskey/logger", branch="master"} -time = "0.2.27" +time = "0.3.7" async-std = "1.9.0" chrono = "0.4.19" \ No newline at end of file