Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@patte patte released this 22 Jan 12:51
· 3 commits to main since this release

What's Changed

  • use bundled sqlite for examples and tests by @arthmis in #24
  • update tower-sessions (0.14.0) and axum (0.8) dependencies by @arthmis in #23
  • deps: update dependencies (thiserror v2.0.11, tower-cookies v0.11.0) by @patte in #25

All dependency changes:
thiserror = "1.0.64" => "2.0.11"
axum = "0.7.7" => "0.8"
tower-sessions = "0.13.0" => "0.14.0"
tower-cookies = "0.10.0" => "0.11.0"
tokio-rusqlite = "0.6.0"

New Contributors

Full Changelog: v0.13.0...v0.14.0