]> git.proxmox.com Git - cargo.git/commitdiff
Update the curl-rust dependency
authorAlex Crichton <alex@alexcrichton.com>
Sat, 1 Nov 2014 19:08:06 +0000 (12:08 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 1 Nov 2014 19:08:06 +0000 (12:08 -0700)
Cargo.lock

index 1c3bcdb278848b287d4e5b94e7261ef11529fac0..2db9da27b1aad78865efac0d31dcc2a1acd9ef4f 100644 (file)
@@ -18,7 +18,7 @@ dependencies = [
 [[package]]
 name = "curl"
 version = "0.0.1"
-source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#64a0f26393e8b30eeda3cbcc71c4d3c864c950ee"
+source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#28d4a3d0dde0cde6b6f46fc928656cb251832888"
 dependencies = [
  "curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle)",
  "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config)",
@@ -29,7 +29,7 @@ dependencies = [
 [[package]]
 name = "curl-sys"
 version = "0.0.1"
-source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#64a0f26393e8b30eeda3cbcc71c4d3c864c950ee"
+source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#28d4a3d0dde0cde6b6f46fc928656cb251832888"
 
 [[package]]
 name = "docopt"