From 71f42c26f2ede79eb92e90b62d4c7315d30d0462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 17 Feb 2019 21:14:44 +0000 Subject: [PATCH] chore(deps): bump unsigned-varint from `2fe0e98` to `881f02d` Bumps [unsigned-varint](https://github.com/paritytech/unsigned-varint) from `2fe0e98` to `881f02d`. - [Release notes](https://github.com/paritytech/unsigned-varint/releases) - [Commits](https://github.com/paritytech/unsigned-varint/compare/2fe0e98b708b1a95bbba7698c091e3fc91e4ab5d...881f02dc92e1f3dfad3af9abcc7fa3211bdebf5d) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 18a6f72730..6a6a852236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "unsigned-varint" version = "0.2.2" -source = "git+https://github.com/paritytech/unsigned-varint#2fe0e98b708b1a95bbba7698c091e3fc91e4ab5d" +source = "git+https://github.com/paritytech/unsigned-varint#881f02dc92e1f3dfad3af9abcc7fa3211bdebf5d" dependencies = [ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",