From d24e3e4734f4f9ac5ef459f3c6fffea907fdb843 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Fri, 8 Jan 2021 10:29:45 +0900 Subject: [PATCH] Update input_buffer to use the official version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 173292e..394e720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ byteorder = "1.3.2" bytes = "1.0" http = "0.2" httparse = "1.3.4" -input_buffer = { version = "0.4.0", git = "https://github.com/snapview/input_buffer.git" } +input_buffer = "0.4.0" log = "0.4.8" rand = "0.8.0" sha-1 = "0.9"