From 7169c9e1d0c37c107bb66863c4f59cf2d6c991ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 04:14:34 +0000 Subject: [PATCH] build(deps): bump mcp23017 from `a3d0727` to `61933f8` Bumps [mcp23017](https://github.com/mrd0ll4r/mcp23017) from `a3d0727` to `61933f8`. - [Release notes](https://github.com/mrd0ll4r/mcp23017/releases) - [Commits](https://github.com/mrd0ll4r/mcp23017/compare/a3d072754abca60a92ece820f7cfb767a0c11669...61933f857abe5a837800493a5f58e91a3c9435ec) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c091ea1..2b6f295 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577" [[package]] name = "mcp23017" version = "0.1.1" -source = "git+https://github.com/mrd0ll4r/mcp23017.git#a3d072754abca60a92ece820f7cfb767a0c11669" +source = "git+https://github.com/mrd0ll4r/mcp23017.git#61933f857abe5a837800493a5f58e91a3c9435ec" dependencies = [ "embedded-hal", ]