Update rust dependencies to latest versions
authorGavin Lewis <epylar@gmail.com>
Fri, 25 Oct 2019 00:41:28 +0000 (17:41 -0700)
committerGavin Lewis <epylar@gmail.com>
Fri, 25 Oct 2019 00:50:56 +0000 (17:50 -0700)
commitc4c151f2bb5fecf073da71c83c6a87a01e869afa
treec2825b4068b60b58b2ba36fb07c47bb4583d4a74
parentcb6b513467902eb01dea4f14797c0321fc03e840
Update rust dependencies to latest versions

Rustyline now includes the newline when we read lines, so readline
in core.rs is modified to remove trailing \r\n or \n.
rust/Cargo.lock
rust/Cargo.toml
rust/core.rs