diff --git a/Cargo.lock b/Cargo.lock index 49f8f09217..05ca1aa89d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,9 +507,9 @@ dependencies = [ [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 21d8cb4c89..56756fa878 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -30,7 +30,7 @@ nu-utils = { path = "../nu-utils", version = "0.85.1" } alphanumeric-sort = "1.5" base64 = "0.21" -byteorder = "1.4" +byteorder = "1.5" bytesize = "1.3" calamine = "0.22" chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }