From 5d675f13a24ea22b6912b1a300c863b6d9d23b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:08:51 +0000 Subject: [PATCH] cargo: bump timeago from 0.4.0 to 0.4.1 Bumps [timeago](https://github.com/vi/timeago) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/vi/timeago/releases) - [Commits](https://github.com/vi/timeago/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: timeago dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c60b5b56e..ee09e9a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,9 +1827,9 @@ dependencies = [ [[package]] name = "timeago" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71bd60ed74255d99458a01fae2df715562d4806ceabfedd8130a82ae6b834993" +checksum = "5082dc942361cdfb74eab98bf995762d6015e5bb3a20bf7c5c71213778b4fcb4" [[package]] name = "tinytemplate" diff --git a/Cargo.toml b/Cargo.toml index d30ab2c51..0b181dadc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] } slab = "0.4.7" tempfile = "3.3.0" textwrap = "0.16.0" -timeago = { version = "0.4.0", default-features = false } +timeago = { version = "0.4.1", default-features = false } thiserror = "1.0.38" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }