From c05b978ab1db644ccb6fbda9b40f27ecb712cd84 Mon Sep 17 00:00:00 2001 From: theduke Date: Sat, 15 Jul 2017 17:36:30 +0200 Subject: [PATCH] Bump heapsize to at least 0.4.1 (relicensed) Heapsize was released as `0.4.1` to reflect the license change. (https://github.com/servo/heapsize/pull/85). Fixes https://github.com/servo/rust-url/issues/317. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 506d52468..ac3bb100d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ heap_size = ["heapsize"] [dependencies] encoding = {version = "0.2", optional = true} -heapsize = {version = ">=0.1.1, <0.5", optional = true} +heapsize = {version = ">=0.4.1, <0.5", optional = true} idna = { version = "0.1.0", path = "./idna" } matches = "0.1" percent-encoding = { version = "1.0.0", path = "./percent_encoding" }