Jake Shadle
Jake Shadle
- [x] [`askalono:` use zstd instead of gzip](https://github.com/amzn/askalono/pull/44)
- [x] ~[`serde_urlencoded:` Pass input by ref](https://github.com/nox/serde_urlencoded/pull/55)~
* [ ] ~[`serde-xml-rs`: bump to 0.3.2 to get latest error-chain in a release](https://github.com/RReverser/serde-xml-rs/pull/104)~
* [ ] ~[`build-helper`: Bump semver, upgrade to 2018 edition](https://github.com/DanielKeep/rust-build-helper/pull/2)~
- [x] [`sccache:` Fix -o flag separator type](https://github.com/mozilla/sccache/pull/498)
- [x] [`indicatif:` Bump parking_lot to 0.9.0 to remove rand dependency](https://github.com/mitsuhiko/indicatif/pull/119)
- [x] ~[`img_hash:` Fix to/from_base64 bug and freshen crate](https://github.com/abonander/img_hash/pull/30)~
- [x] ~[`ring` Feature gate web-sys](https://github.com/briansmith/ring/pull/904)~ - [x] [`ring` Add support for nasm](https://github.com/briansmith/ring/pull/905)
I think we should remove `disallowed_type(s)` and `disallowed_method(s)` from the lint list, these lints only apply if they are actually configured for the repo, which a majority don't do, and...
Yes, since they are warn by default I don't think it makes sense to keep them in the list at all, technically it's a breaking change to _keep_ them in...