diff --git a/Cargo.lock b/Cargo.lock index 3baff10..c300532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "actix-jwt-authc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix-http", "actix-session", diff --git a/Cargo.toml b/Cargo.toml index ef06b33..89c21fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-jwt-authc" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Lloyd "] description = "Actix middleware for authenticating JWTs with support for invalidation"