From 13ed4cfd966de69cb98207137b1007442c123856 Mon Sep 17 00:00:00 2001 From: Martijn Groeneveldt Date: Wed, 17 Mar 2021 16:13:18 +0100 Subject: [PATCH] Update managed to the latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ea3a94..bed522b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "0BSD" autoexamples = false [dependencies] -managed = { version = "0.7", default-features = false, features = ["map"] } +managed = { version = "0.8", default-features = false, features = ["map"] } byteorder = { version = "1.0", default-features = false } log = { version = "0.4.4", default-features = false, optional = true } libc = { version = "0.2.18", optional = true }