Просмотр исходного кода

Merge pull request #386 from eza-community/dependabot/cargo/timeago-0.4.2

build(deps): bump timeago from 0.4.1 to 0.4.2
Christina Sørensen 2 лет назад
Родитель
Сommit
d6aa3dc09a
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -1149,9 +1149,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 = "tinytemplate"

+ 1 - 1
Cargo.toml

@@ -52,7 +52,7 @@ phf = { version = "0.11.2", features = ["macros"]}
 scoped_threadpool = "0.1"
 term_grid = "0.1"
 terminal_size = "0.2.6"
-timeago = { version = "0.4.1", default-features = false }
+timeago = { version = "0.4.2", default-features = false }
 unicode-width = "0.1"
 urlencoding = "2.1.3"
 zoneinfo_compiled = "0.5.1"