From e41567be1abc194eede220fc1cc26189168dee9e Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Mon, 24 Sep 2018 11:51:26 -0400 Subject: [PATCH] use less leaky libxml 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0c2e52855..f89f7e7b49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ gnuplot = "0.0.21" unidecode = "0.2" rust-crypto = "0.2" lazy_static = "0.1" -libxml = "0.2.3" \ No newline at end of file +libxml = "0.2.4" \ No newline at end of file