From d2ba3ed3a189d2ae4bb0fb4646e7806ed19017e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:32:01 +0000 Subject: [PATCH] Bump timeago from 0.4.2 to 0.5.0 Bumps [timeago](https://github.com/vi/timeago) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/vi/timeago/releases) - [Commits](https://github.com/vi/timeago/commits) --- updated-dependencies: - dependency-name: timeago dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4075fae..1e777e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2936,9 +2936,9 @@ dependencies = [ [[package]] name = "timeago" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6" +checksum = "05030782ebd7d1295cce15a98c8805de6e70776c95f8e3468f84f7f198824f49" [[package]] name = "tinystr" diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..f4fbd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive", "rc"] } simdutf8 = "0.1.5" tar = { version = "0.4", default-features = false } time = { version = "0.3", features = ["serde", "formatting"] } -timeago = { version = "0.4.2", default-features = false } +timeago = { version = "0.5.0", default-features = false } tokio = { version = "1.44", features = ["full", "tracing"] } tokio-stream = "0.1" tokio-util = { version = "0.7.15", features = ["io"] }