Ban only versions of serde with binary blobs

Does downgrade time from 0.3.26 to 0.3.25 due to time banning > 1.0.171.
Hopefully that's also relaxed soon...
This commit is contained in:
Luke Parker
2023-08-21 00:57:22 -04:00
parent 39ce819876
commit 498aa45619
2 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ license-files = [
multiple-versions = "warn"
wildcards = "warn"
highlight = "all"
deny = [ { name = "serde_derive", version = ">=1.0.172" } ]
deny = [ { name = "serde_derive", version = ">=1.0.172, <1.0.185" } ]
[sources]
unknown-registry = "deny"