From 12b48b5547213f0c6179e4a666fb29caa46bc453 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 4 Mar 2023 17:09:30 -0800 Subject: [PATCH] Pull in Unicode high codepoints fix from unsafe-libyaml 0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bc92321..0b7bcb0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ indexmap = { version = "1.9", features = ["std"] } itoa = "1.0" ryu = "1.0" serde = "1.0.139" -unsafe-libyaml = "0.2.4" +unsafe-libyaml = "0.2.7" [dev-dependencies] anyhow = "1.0"