### Changed
- Updated `tracing-core` to 0.1.17 ([#992])
### Added
- **env-filter**: Added support for filtering on targets which contain
dashes ([#1014])
- **env-filter**: Added a warning when creating an `EnvFilter` that
contains directives that would enable a level disabled by the
`tracing` crate's `static_max_level` features ([#1021])
Thanks to @jyn514 and @bkchr for contributing to this release!
[#992]: https://github.com/tokio-rs/tracing/pull/992
[#1014]: https://github.com/tokio-rs/tracing/pull/1014
[#1021]: https://github.com/tokio-rs/tracing/pull/1021