From dc7abc94c4a2358dad2e36064e19b6d19c4b6a15 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 2 Oct 2023 23:20:40 +0100 Subject: [PATCH] Merge pull request #33 from w4/dependabot/cargo/timeago-0.4.2 Bump timeago from 0.4.1 to 0.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8bdeb0..12ce21c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,9 +2238,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 2308556..ae4e3fe 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