From 2db49a660b36c42b6622b45900b6f11eb2ae8ff1 Mon Sep 17 00:00:00 2001 From: dimitrmo <76875895+dimitrmo@users.noreply.github.com> Date: Wed, 19 Apr 2023 06:54:02 +0000 Subject: [PATCH 1/2] Update to latest version of sha2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 341dfb0..e657a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } From f3dac249079563606e499e51357256136559e684 Mon Sep 17 00:00:00 2001 From: dimitrmo <76875895+dimitrmo@users.noreply.github.com> Date: Wed, 19 Apr 2023 06:56:12 +0000 Subject: [PATCH 2/2] Monitor dependencies with dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e8d486a --- /dev/null +++ b/.github/dependabot.yml @@ -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"