diff --git a/Cargo.lock b/Cargo.lock index 0d94912..d8c78a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "framed" -version = "0.4.0" +version = "0.4.1" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cobs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -110,7 +110,7 @@ dependencies = [ "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.0-beta.5 (registry+https://github.com/rust-lang/crates.io-index)", "derive-error 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "framed 0.4.0", + "framed 0.4.1", "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -118,7 +118,7 @@ dependencies = [ name = "framed_test_type" version = "0.1.0" dependencies = [ - "framed 0.4.0", + "framed 0.4.1", "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", ]