From 22e43e82381f63af02ec4d0fcf6af688d7e91cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:13:44 +0000 Subject: [PATCH] build(deps): bump time from 0.2.27 to 0.3.6 Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.6. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.27...v0.3.6) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++++++++++++++++++++++--- server/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84c9a05..dc0d70f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1586,9 +1586,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9" [[package]] name = "libflate" @@ -1918,6 +1918,15 @@ dependencies = [ "libc", ] +[[package]] +name = "num_threads" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71a1eb3a36534514077c1e079ada2fb170ef30c47d203aa6916138cf882ecd52" +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.6", "tokio-stream", "whirlpool", "zip", @@ -2991,6 +3000,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8d54b9298e05179c335de2b9645d061255bcd5155f843b3e328d2cfe0a5b413" +dependencies = [ + "libc", + "num_threads", +] + [[package]] name = "time-macros" version = "0.1.1" diff --git a/server/Cargo.toml b/server/Cargo.toml index 34fe35c..815c7d3 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.6" async-std = "1.9.0" chrono = "0.4.19" \ No newline at end of file