Skip to content

Commit

Permalink
Merge pull request #10 from dimitrmo/feature/update-sha2-dependency
Browse files Browse the repository at this point in the history
Feature/update sha2 dependency
  • Loading branch information
baoyachi authored Apr 19, 2023
2 parents c412d4e + f3dac24 commit 818b4c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ license = "MIT AND Apache-2.0"

[dependencies]
hex = "0.4.2"
sha2 = { version = "0.9.2", default-features = false }
sha2 = { version = "0.10.6", default-features = false }

0 comments on commit 818b4c5

Please sign in to comment.