Update Cargo.lock
This commit is contained in:
parent
a45b22bf14
commit
293c7eabe1
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -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)",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue