What's Changed
- Avoid use both futures_core and futures_util by @chrislearn in https://github.com/salvo-rs/salvo/pull/1299
- Add unit tests for DiskStore and related components by @chrislearn in https://github.com/salvo-rs/salvo/pull/1300
- Add more unit tests by @chrislearn in https://github.com/salvo-rs/salvo/pull/1301
- docs(jwt-auth): add security warning about JWT tokens in URL query...