diff --git a/src/mime_types.rs b/src/mime_types.rs index 4fb3f39..a31d441 100644 --- a/src/mime_types.rs +++ b/src/mime_types.rs @@ -104,6 +104,7 @@ pub static MIME_TYPES: &[(&str, &[&str])] = &[ ("au", &["audio/basic"]), ("avi", &["video/x-msvideo"]), ("avif", &["image/avif"]), + ("avifs", &["image/avif-sequence"]), ("aw", &["application/applixware"]), ("axa", &["audio/annodex"]), ("axs", &["application/olescript"]), @@ -461,6 +462,10 @@ pub static MIME_TYPES: &[(&str, &[&str])] = &[ ("hdf", &["application/x-hdf"]), ("hdml", &["text/x-hdml"]), ("hdr", &["image/vnd.radiance"]), + ("heic", &["image/heic"]), + ("heics", &["image/heic-sequence"]), + ("heif", &["image/heif"]), + ("heifs", &["image/heif-sequence"]), ("hh", &["text/plain"]), ("hhc", &["application/x-oleobject"]), ("hhk", &["application/octet-stream"]), @@ -579,6 +584,7 @@ pub static MIME_TYPES: &[(&str, &[&str])] = &[ ("jsonml", &["application/jsonml+json"]), ("jsx", &["text/javascript"]), ("jsxbin", &["text/plain"]), + ("jxl", &["image/jxl"]), ("k25", &["image/x-kodak-k25"]), ("kar", &["audio/midi"]), ("karbon", &["application/vnd.kde.karbon"]),