From ce6c239506b987287db1b13ef5e7d7afe637873a Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 4 Feb 2022 13:49:23 +0100 Subject: [PATCH] Bump futf to 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29a6594..846689b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "Compact buffer/string type for zero-copy parsing" mac = "0.1" encoding = {version = "0.2", optional = true} encoding_rs = {version = "0.8.12", optional = true} -futf = "0.1.2" +futf = "0.1.5" utf-8 = "0.7" [dev-dependencies]