Skip to content

Commit

Permalink
chore: release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cduvray committed Jan 21, 2024
1 parent f0b0923 commit a31cde1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.14.0 (2024-01-22)

- update to axum 0.7
- tower-http 0.5, header 0.4, http 1.0
- jsonwebtoken 9.2
- tonic support removed temporarily (waiting for tonic migration to axum 0.7)

## 0.13.0 (2023-11-20)

- added support for custom http client in jwks discovery (fixes #41)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jwt-authorizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum and tonic"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
authors = ["cduvray <[email protected]>"]
license = "MIT"
Expand All @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.25", features = ["full"] }
tower-http = { version = "0.5.0", features = ["trace", "auth"] }
tower-http = { version = "0.5", features = ["trace", "auth"] }
tower-layer = "0.3"
tower-service = "0.3"
tracing = "0.1"
Expand Down

0 comments on commit a31cde1

Please sign in to comment.