From 0feeef26843e17d731cd06080d8f2a8f7819bd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Aug 2018 09:08:11 +0900 Subject: [PATCH] Update owning_ref requirement from 0.3 to 0.4 (#379) Updates the requirements on [owning_ref](https://github.com/Kimundi/owning-ref-rs) to permit the latest version. - [Release notes](https://github.com/Kimundi/owning-ref-rs/releases) - [Commits](https://github.com/Kimundi/owning-ref-rs/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d852f17a7..e0ba03e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ crossbeam-channel = "0.2" futures = "0.1" futures-cpupool = "0.1" error-chain = "0.8" -owning_ref = "0.3" +owning_ref = "0.4" stable_deref_trait = "1.0.0" rust-stemmers = "1" downcast = { version="0.9" }