diff --git a/Cargo.toml b/Cargo.toml index a91d1b3..e79ebe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" } jitterbug = { git = "https://git.asonix.dog/safe-async/jitterbug" } [dev-dependencies] -read-write-buf = { git = "https://git.asonix.dog/asonix/read-write-buf" } +read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" } httparse = "1.6.0"