Reapply "bump various deps"

This reverts commit 6b918966d4.
This commit is contained in:
strawberry 2024-05-10 19:32:33 -04:00 committed by June
parent 09fca89ac5
commit 18e43e1d35
3 changed files with 160 additions and 144 deletions

View file

@ -16,7 +16,7 @@ pub(crate) fn content_disposition_type(buf: &[u8], _content_type: &Option<String
};
match file_type.matcher_type() {
MatcherType::IMAGE | MatcherType::AUDIO | MatcherType::TEXT | MatcherType::VIDEO => "inline",
MatcherType::Image | MatcherType::Audio | MatcherType::Text | MatcherType::Video => "inline",
_ => "attachment",
}
}