chore(deps): bump timeago from 0.3.1 to 0.4.1

Bumps [timeago](https://github.com/vi/timeago) from 0.3.1 to 0.4.1.
- [Release notes](https://github.com/vi/timeago/releases)
- [Commits](https://github.com/vi/timeago/compare/v0.3.1...v0.4.1)

---
updated-dependencies:
- dependency-name: timeago
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-01 06:26:13 +00:00 committed by GitHub
parent fcd06cf1bf
commit 6e82e5afe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -346,9 +346,9 @@ dependencies = [
[[package]]
name = "timeago"
version = "0.3.1"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ec32dde57efb15c035ac074118d7f32820451395f28cb0524a01d4e94983b26"
checksum = "5082dc942361cdfb74eab98bf995762d6015e5bb3a20bf7c5c71213778b4fcb4"
[[package]]
name = "tinyvec"

View file

@ -48,7 +48,7 @@ number_prefix = "0.4"
scoped_threadpool = "0.1"
term_grid = "0.1"
terminal_size = "0.2.6"
timeago = { version = "0.3.1", default-features = false }
timeago = { version = "0.4.1", default-features = false }
unicode-width = "0.1"
zoneinfo_compiled = "0.5.1"