Merge pull request #59 from naim94a/dependabot/cargo/bincode-1.3.1

This commit is contained in:
dependabot[bot] 2020-09-13 19:37:56 +00:00 committed by GitHub
commit 44843d81d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -59,9 +59,9 @@ checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
[[package]]
name = "bincode"
version = "1.2.1"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
dependencies = [
"byteorder",
"serde",

View file

@ -10,7 +10,7 @@ lto = "fat"
[dependencies]
serde = {version = "1.0", features = ["derive"]}
bincode = "1.2"
bincode = "1.3"
warp = {version = "0.2", default-features = false}
tokio = {version = "0.2", features = ["macros", "net", "rt-threaded", "fs", "sync", "blocking", "signal"]}
tokio-util = {version = "0.3", features = ["compat"]}