From 75bf9b87301fd31e25b2cd0459b33b20772c66f8 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Tue, 29 Dec 2020 21:53:37 +0100 Subject: [PATCH] use snapview/inputer_buffer@master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d23c20..474696a 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.3.0", git = "https://github.com/nickelc/input_buffer.git", branch = "bytes" } +input_buffer = { version = "0.4.0", git = "https://github.com/snapview/input_buffer.git" } log = "0.4.8" rand = "0.7.2" sha-1 = "0.9"