From f77f35a84e31c961e4931b88d4a4332d0462750a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 13:18:53 +0000 Subject: [PATCH] Bump time from 0.2.27 to 0.3.9 in /application Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.9. - [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.9) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/Cargo.lock | 4 ++-- application/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Cargo.lock b/application/Cargo.lock index 39892aa3..31491ea0 100644 --- a/application/Cargo.lock +++ b/application/Cargo.lock @@ -1201,7 +1201,7 @@ dependencies = [ "sqlx", "sycamore", "thiserror", - "time 0.2.27", + "time 0.3.9", "tokio", "tokio-stream", "tokio-test", @@ -2508,7 +2508,6 @@ checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" dependencies = [ "const_fn", "libc", - "serde", "standback", "stdweb", "time-macros 0.1.1", @@ -2525,6 +2524,7 @@ dependencies = [ "itoa", "libc", "num_threads", + "serde", "time-macros 0.2.4", ] diff --git a/application/Cargo.toml b/application/Cargo.toml index f29d2992..6a0c19d9 100644 --- a/application/Cargo.toml +++ b/application/Cargo.toml @@ -52,7 +52,7 @@ sycamore = { version = "0.8.0-beta.6", features = ["ssr", "suspense"] } # Error/exception handling thiserror = "1.0.31" # Time -time = { version = "0.2.7", features = ["serde", "std"] } +time = { version = "0.3.9", features = ["serde", "std"] } # Backend async I/O functionality tokio = { version = "1.19.2", features = ["full"] } tokio-stream = "0.1.9"