show last access time

This commit is contained in:
2023-05-10 09:04:09 +02:00
parent 8c38a2faf6
commit 968ab00cc0
4 changed files with 13 additions and 6 deletions

2
Cargo.lock generated
View File

@ -2193,6 +2193,7 @@ dependencies = [
"bitflags 1.3.2",
"byteorder",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"dotenvy",
@ -2223,6 +2224,7 @@ dependencies = [
"sqlx-rt",
"stringprep",
"thiserror",
"time 0.3.21",
"tokio-stream",
"url",
"webpki-roots",