chore(deps): update byteorder

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
pull/5/head
simonsan 3 months ago
parent 1bd7691d47
commit 0f79679025
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

14
Cargo.lock generated

@ -1,23 +1,23 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "argparse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37bb99f5e39ee8b23b6e227f5b8f024207e8616f44aa4b8c76ecd828011667ef"
[[package]]
name = "byteorder"
version = "0.5.3"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "fingertips"
version = "0.1.0"
dependencies = [
"argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"argparse",
"byteorder",
]
[metadata]
"checksum argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37bb99f5e39ee8b23b6e227f5b8f024207e8616f44aa4b8c76ecd828011667ef"
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"

@ -6,4 +6,4 @@ edition = "2018"
[dependencies]
argparse = "0.2.1"
byteorder = "0.5.3"
byteorder = "1.5.0"

Loading…
Cancel
Save