Skip to content

Commit

Permalink
bump hkdf & sha2 (#85)
Browse files Browse the repository at this point in the history
* bump hkdf & sha2

* update dep bot config
  • Loading branch information
kigawas authored Feb 19, 2022
1 parent 8acefe1 commit e7f8ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: rand
versions:
- ">= 0.8.a, < 0.9"
- dependency-name: tokio
versions:
- ">= 0.3.a, < 0.4"
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ homepage = "https://ecies.org/rs/"
repository = "https://github.com/ecies/rs"

[dependencies]
hkdf = "0.11.0"
hkdf = "0.12.2"
libsecp256k1 = "0.7.0"
sha2 = "0.9.8"
sha2 = "0.10.1"

# openssl aes
openssl = {version = "0.10.38", optional = true}
Expand Down

0 comments on commit e7f8ac9

Please sign in to comment.