🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-10-02 22:20:40.0 +00:00:00
committer GitHub <noreply@github.com> 2023-10-02 22:20:40.0 +00:00:00
commit
dc7abc94c4a2358dad2e36064e19b6d19c4b6a15 [patch]
tree
447402cbde90c951145bb2a0afc5933de67f7846
parent
0274b9f7ba34cd5d080e366db285f5fbb780f4b3
parent
714606c60e4124aca5ef3d8c69343286a2cc741b
download
dc7abc94c4a2358dad2e36064e19b6d19c4b6a15.tar.gz

Merge pull request #33 from w4/dependabot/cargo/timeago-0.4.2

Bump timeago from 0.4.1 to 0.4.2

Diff

 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"