diff --git a/Cargo.lock b/Cargo.lock index c60b5b56e..ee09e9a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,9 +1827,9 @@ dependencies = [ [[package]] name = "timeago" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71bd60ed74255d99458a01fae2df715562d4806ceabfedd8130a82ae6b834993" +checksum = "5082dc942361cdfb74eab98bf995762d6015e5bb3a20bf7c5c71213778b4fcb4" [[package]] name = "tinytemplate" diff --git a/Cargo.toml b/Cargo.toml index d30ab2c51..0b181dadc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4.0", default-features = false } +timeago = { version = "0.4.1", default-features = false } thiserror = "1.0.38" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }