Skip to content

Commit 4534df3

Browse files
committed
chore(cargo): Update url crate to 0.4
A recent update in url triggered a version split in my application and broke my build. Since hyper is still compatible with 0.2, I think it might make sense to still allow that version.
1 parent d44ee59 commit 4534df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ time = "0.1"
2222
traitobject = "0.0.1"
2323
typeable = "0.1"
2424
unicase = "1.0"
25-
url = "0.2"
25+
url = ">= 0.2, <= 0.4"
2626

2727
[dependencies.cookie]
2828
version = "0.1"

0 commit comments

Comments
 (0)