Skip to content

Commit

Permalink
Merge pull request #77 from JohnTitor/new-httpauth
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jul 7, 2020
2 parents 6d3e4c9 + 61da910 commit 39fe80d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion actix-web-httpauth/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Minimum supported Rust version(MSRV) is now 1.40.0.

## [unreleased]
## [0.4.2] - 2020-07-08
- Update the `base64` dependency to 0.12
- AuthenticationError's status code is preserved when converting to a ResponseError
- Minimize `futures` dependency
- Fix panic on `AuthenticationMiddleware` [#69]

[#69]: https://github.com/actix/actix-web-httpauth/pull/69

## [0.4.1] - 2020-02-19
- Move repository to actix-extras
Expand Down
2 changes: 1 addition & 1 deletion actix-web-httpauth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-httpauth"
version = "0.4.1"
version = "0.4.2"
authors = ["svartalf <[email protected]>", "Yuki Okushi <[email protected]>"]
description = "HTTP authentication schemes for actix-web"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion actix-web-httpauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth)](https://crates.io/crates/actix-web-httpauth)
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.4.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.1)
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.4.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.2)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down

0 comments on commit 39fe80d

Please sign in to comment.