From 714606c60e4124aca5ef3d8c69343286a2cc741b Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:40:52 +0000 Subject: [PATCH] Bump timeago from 0.4.1 to 0.4.2 Bumps [timeago](https://github.com/vi/timeago) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/vi/timeago/releases) - [Commits](https://github.com/vi/timeago/compare/v0.4.1...v0.4.2) --- 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 964b307..a1e6233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2323,9 +2323,9 @@ dependencies = [ [[package]] name = "timeago" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5082dc942361cdfb74eab98bf995762d6015e5bb3a20bf7c5c71213778b4fcb4" +checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6" [[package]] name = "tinyvec" diff --git a/Cargo.toml b/Cargo.toml index dbd030f..17b9b81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sha2 = "0.10" syntect = "5" sled = { version = "0.34", features = ["compression"] } time = { version = "0.3", features = ["serde"] } -timeago = { version = "0.4.1", default-features = false } +timeago = { version = "0.4.2", default-features = false } tokio = { version = "1.19", features = ["full"] } tokio-util = { version = "0.7.3", features = ["io"] } tower = "0.4" -- libgit2 1.7.2