Update Cargo.lock for addition of 'bincode'

Commit 5eb1738e8b added a dependency to the 'bincode' crate. 'cargo build'
adds it to Cargo.lock automatically, so let's remember it.
This commit is contained in:
Heikki Linnakangas
2021-08-16 10:33:48 +03:00
parent 7ee8de3725
commit f37cb21305

1
Cargo.lock generated
View File

@@ -2334,6 +2334,7 @@ name = "walkeeper"
version = "0.1.0"
dependencies = [
"anyhow",
"bincode",
"byteorder",
"bytes",
"clap",