Skip to content

Commit

Permalink
Bump deps on the url crate
Browse files Browse the repository at this point in the history
Looks like our usage is compatible with 0.5!
  • Loading branch information
alexcrichton committed Jan 29, 2016
1 parent 52b0216 commit 4f2afdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion git2-curl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 4f2afdf

Please sign in to comment.