Compare commits

..

No commits in common. 'master' and 'update-deps' have entirely different histories.

  1. 4
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -1,7 +1,3 @@
# 0.3.1
- Update deps
# 0.3.0
- Added lifetime parameter to `HttpMethod`

@ -1,6 +1,6 @@
[package]
name = "digest_auth"
version = "0.3.1"
version = "0.3.0"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients"

Loading…
Cancel
Save