Skip to content

Commit 9c653e6

Browse files
committed
Update dependencies to released versions
1 parent e362ec7 commit 9c653e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["paul@colomiets.name", "pyfisch@gmail.com"]
1313
[dependencies]
1414
httparse = "1.1"
1515
rotor = "0.6.2"
16-
rotor-stream = {rev="1efbcac", git="git://github.com/tailhook/rotor-stream"}
16+
rotor-stream = "0.6.0"
1717
quick-error = "1.0.0"
1818
matches = "0.1"
1919
serde = { version = "0.7", optional = true }
@@ -24,7 +24,7 @@ log = "0.3.1"
2424
[dev-dependencies]
2525
libc = "0.1"
2626
net2 = "0.2"
27-
rotor-test = {rev="edd1761", git="git://github.com/tailhook/rotor-test"}
27+
rotor-test = "0.2.0"
2828
url = "0.5.7"
2929
argparse = "0.2.1"
3030
env_logger = "0.3.2"

0 commit comments

Comments
 (0)