From 174fae5e3d12c532f65bed795cc15b1104ffea57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:15:09 +0000 Subject: [PATCH] Bump time from 0.1.43 to 0.2.27 Bumps [time](https://github.com/time-rs/time) from 0.1.43 to 0.2.27. - [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.1.43...v0.2.27) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- actors/database-actor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b9f566d..5e2cc5d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ dependencies = [ "pq-sys", "r2d2", "serde", - "time 0.1.43", + "time 0.2.27", "toml", "url", "uuid 0.8.2", diff --git a/actors/database-actor/Cargo.toml b/actors/database-actor/Cargo.toml index 12adc40e..d2c52a6e 100644 --- a/actors/database-actor/Cargo.toml +++ b/actors/database-actor/Cargo.toml @@ -31,7 +31,7 @@ dotenv = { version = "*" } byteorder = { version = "1.0" } chrono = { version = "0.4", features = ["serde"] } -time = { version = "0.1" } +time = { version = "0.2" } url = { version = "2.1.0" } percent-encoding = { version = "2.1.0" } uuid = { version = "0.8.2", features = ["serde", "v4", "v5"] }