diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 22:04:43 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-26 11:13:11 +0000 |
commit | f6eaf3661ce0117224b8a90fc80e2b790f12b9c2 (patch) | |
tree | 39a0d686ed3c7bb2c22024f1050a23bdc4ba91c3 /src/garage | |
parent | d3b2a68988b71b46f1a13a3db202fa03ea63849b (diff) | |
download | garage-f6eaf3661ce0117224b8a90fc80e2b790f12b9c2.tar.gz garage-f6eaf3661ce0117224b8a90fc80e2b790f12b9c2.zip |
garage/Cargo.toml: Updated timeage from 0.3 to 0.4.
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index d9f5ccc0..4edc3b91 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -33,7 +33,7 @@ garage_web = { version = "0.8.1", path = "../web" } backtrace = "0.3" bytes = "1.0" bytesize = "1.1" -timeago = "0.3" +timeago = "0.4" parse_duration = "2.1" hex = "0.4" tracing = { version = "0.1.30" } |