diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000..e3a5e48a --- /dev/null +++ b/clippy.toml @@ -0,0 +1,6 @@ +# Temporary mitigation for the `time` advisory flagged by Dependabot. +# We cannot take `time` 0.3.47 yet because that upgrade needs Rust 1.88, so +# until our Rust MSRV moves from 1.85 to 1.88 we ban the affected `Rfc2822` +# format description in our own code. Remove this once we can bump `time` to +# 0.3.47 or newer. +disallowed-types = ["time::format_description::well_known::Rfc2822"]