From 1a16193dcfa30fc8e44debf50b4e53078cda33b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:16:59 +0000 Subject: [PATCH] build(deps): bump ref_slice from 1.1.1 to 1.2.0 Bumps [ref_slice](https://github.com/steveklabnik/ref_slice) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/steveklabnik/ref_slice/releases) - [Commits](https://github.com/steveklabnik/ref_slice/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89e997495f..51310be86a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4374,9 +4374,9 @@ checksum = "2b5ceb840e4009da4841ed22a15eb49f64fdd00a2138945c5beacf506b2fb5ed" [[package]] name = "ref_slice" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825740057197b7d43025e7faf6477eaabc03434e153233da02d1f44602f71527" +checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68" [[package]] name = "regex"