File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.0.1
4+
5+ - ` base64 ` upgraded to 0.22
6+
37## v5.0.0
48
59- ` ring ` upgraded to 0.17.0
Original file line number Diff line number Diff line change 11[package ]
22name = " hawk"
3- version = " 5.0.0"
4- authors = [" Jonas Finnemann Jensen <jopsen@gmail.com>" , " Dustin J. Mitchell <dustin@mozilla.com>" ]
3+ version = " 5.0.1"
4+ authors = [
5+ " Jonas Finnemann Jensen <jopsen@gmail.com>" ,
6+ " Dustin J. Mitchell <dustin@mozilla.com>" ,
7+ ]
58license = " MPL-2.0"
69readme = " README.md"
710repository = " https://github.com/taskcluster/rust-hawk"
@@ -10,11 +13,7 @@ homepage = "https://docs.rs/hawk/"
1013description = " Hawk Implementation for Rust"
1114edition = " 2021"
1215build = " build.rs"
13- exclude = [
14- " docker/*" ,
15- " .taskcluster.yml" ,
16- " .git*" ,
17- ]
16+ exclude = [" docker/*" , " .taskcluster.yml" , " .git*" ]
1817
1918[dev-dependencies ]
2019pretty_assertions = " ^1.0.0"
You can’t perform that action at this time.
0 commit comments