From b607be40d4ca61abe306b46349f2822e2f83e883 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 4 Sep 2018 13:44:18 -0700 Subject: [PATCH] Update owning_ref --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04098e9..de35394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ repository = "gyscos/Cursive" enum-map = "0.4" enumset = "0.3.3" log = "0.4.2" -owning_ref = "0.3.3" +owning_ref = "0.4" toml = "0.4" unicode-segmentation = "1.0" unicode-width = "0.1"