chore: update some dependencies

This commit is contained in:
link2xt
2025-02-18 10:38:49 +00:00
parent 48fcf66002
commit 0f449cc7eb
2 changed files with 232 additions and 247 deletions

477
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -337,7 +337,7 @@ async fn test_selfavatar_in_blobdir() {
.unwrap();
let avatar_cfg = t.get_config(Config::Selfavatar).await.unwrap().unwrap();
assert!(
avatar_cfg.ends_with("9e7f409ac5c92b942cc4f31cee2770a.png"),
avatar_cfg.ends_with("fa7418e646301203538041f60d03190.png"),
"Avatar file name {avatar_cfg} should end with its hash"
);