diff --git a/Cargo.lock b/Cargo.lock index 84c9a05..b15a3ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1586,9 +1586,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" [[package]] name = "libflate" @@ -2559,7 +2559,7 @@ dependencies = [ "shared", "sqlx", "tar", - "time 0.2.27", + "time 0.3.4", "tokio-stream", "whirlpool", "zip", @@ -2991,6 +2991,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" +dependencies = [ + "libc", +] + [[package]] name = "time-macros" version = "0.1.1" diff --git a/server/Cargo.toml b/server/Cargo.toml index 34fe35c..ef854a0 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.4" async-std = "1.9.0" chrono = "0.4.19" \ No newline at end of file