From 6bd13953ddc21ee9d0add36d42560c00fc658bae Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Wed, 17 May 2017 14:41:40 -0500 Subject: [PATCH] [idna] Upgrade unicode-bidi to 0.3.0 For the needs of `idna`, `unicode-bidi:0.3.0` is backwards compatible, but this upgrade is needed to that `servo` can upgrade to the new version. Servo upgrade: https://github.com/servo/servo/pull/16779 --- idna/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idna/Cargo.toml b/idna/Cargo.toml index 4a214148..dc0d0fe3 100644 --- a/idna/Cargo.toml +++ b/idna/Cargo.toml @@ -19,6 +19,6 @@ rustc-test = "0.1" rustc-serialize = "0.3" [dependencies] -unicode-bidi = "0.2.4" +unicode-bidi = "0.3" unicode-normalization = "0.1.3" matches = "0.1"