From 4f2afdf86f276c312b89ac96a86847fcc2675cc7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 29 Jan 2016 12:31:45 -0800 Subject: [PATCH] Bump deps on the url crate Looks like our usage is compatible with 0.5! --- Cargo.toml | 2 +- git2-curl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e08b2c7290..6d730a1e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repositories. """ [dependencies] -url = "0.2" +url = "0.5" bitflags = "0.1" libc = "0.2" libgit2-sys = { path = "libgit2-sys", version = "0.3.8" } diff --git a/git2-curl/Cargo.toml b/git2-curl/Cargo.toml index 611eb5da59..3d1172e294 100644 --- a/git2-curl/Cargo.toml +++ b/git2-curl/Cargo.toml @@ -15,7 +15,7 @@ Intended to be used with the git2 crate. [dependencies] curl = "0.2" -url = "0.2" +url = "0.5" log = "0.3" git2 = { path = "..", version = "0.3" }