diff --git a/Cargo.toml b/Cargo.toml index 1e17808..b69a274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,7 @@ base64 = "0.9.2" byteorder = "1.2.3" bytes = "0.4.8" httparse = "1.3.1" -# Required until input_buffer has new version published with Debug derive fix present -input_buffer = { git = "https://github.com/snapview/input_buffer" } +input_buffer = "0.2.0" log = "0.4.2" rand = "0.5.2" sha-1 = "0.7"