mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
cargo: bump timeago from 0.3.1 to 0.4.0
Bumps [timeago](https://github.com/vi/timeago) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/vi/timeago/releases) - [Commits](https://github.com/vi/timeago/compare/v0.3.1...v0.4.0) --- 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:
parent
b87c1cb514
commit
9ec24dae00
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1785,9 +1785,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "timeago"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ec32dde57efb15c035ac074118d7f32820451395f28cb0524a01d4e94983b26"
|
||||
checksum = "71bd60ed74255d99458a01fae2df715562d4806ceabfedd8130a82ae6b834993"
|
||||
|
||||
[[package]]
|
||||
name = "tinytemplate"
|
||||
|
|
|
@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
slab = "0.4.7"
|
||||
tempfile = "3.3.0"
|
||||
textwrap = "0.16.0"
|
||||
timeago = { version = "0.3.1", default-features = false }
|
||||
timeago = { version = "0.4.0", default-features = false }
|
||||
thiserror = "1.0.37"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }
|
||||
|
|
Loading…
Reference in a new issue