github vapor/jwt-kit 4.13.1
4.13.1 - Increase permitted range for crypto-kit dependency

latest releases: 5.7.1, 5.7.0, 5.6.0...
2 years ago

What's Changed

Increase permitted range for crypto-kit dependency by @AndyHeardApps in #98

Currently the crypto-kit package has a permitted version range of 2.0.0 ..< 3.0.0. With the release of crypto-kit 3.0.0, this range is preventing Vapor apps from making use of the latest versions. Increasing the range to 2.0.0 ..< 4.0.0 allows apps to use the latest release without forcing an update.

This patch was released by @0xTim

Full Changelog: 4.13.0...4.13.1

Don't miss a new jwt-kit release

NewReleases is sending notifications on new releases.