Skip to content

Commit 0762323

Browse files
committed
chore: release v0.4.2
1 parent 47fb48f commit 0762323

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.4.2
4+
5+
- update dependencies
6+
37
## v0.4.1
48

59
- update dependencies

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-middleware-keycloak-auth"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
55
edition = "2021"
66
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
@@ -11,8 +11,6 @@ categories = ["authentication", "web-programming::http-server"]
1111
keywords = ["actix-web", "middleware", "authentication", "jwt", "keycloak"]
1212
license = "MIT"
1313

14-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15-
1614
[dependencies]
1715
actix-web = { version = "4.4.0", default-features = false }
1816
chrono = { version = "0.4.31", features = ["serde"] }

0 commit comments

Comments
 (0)