diff --git a/CHANGELOG.md b/CHANGELOG.md index b98a371..fc44755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v5.0.1 + +- `base64` upgraded to 0.22 + ## v5.0.0 - `ring` upgraded to 0.17.0 diff --git a/Cargo.toml b/Cargo.toml index 2afe121..9f3acd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "hawk" -version = "5.0.0" -authors = ["Jonas Finnemann Jensen ", "Dustin J. Mitchell "] +version = "5.0.1" +authors = [ + "Jonas Finnemann Jensen ", + "Dustin J. Mitchell ", +] license = "MPL-2.0" readme = "README.md" repository = "https://github.com/taskcluster/rust-hawk" @@ -10,11 +13,7 @@ homepage = "https://docs.rs/hawk/" description = "Hawk Implementation for Rust" edition = "2021" build = "build.rs" -exclude = [ - "docker/*", - ".taskcluster.yml", - ".git*", -] +exclude = ["docker/*", ".taskcluster.yml", ".git*"] [dev-dependencies] pretty_assertions = "^1.0.0"