Bump bytesize from 1.2.0 to 1.3.0 (#10306)

This commit is contained in:
dependabot[bot] 2023-09-11 09:55:21 +00:00 committed by GitHub
parent 0c37463bfa
commit 513186c390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -540,9 +540,9 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "bytesize"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
[[package]]
name = "calamine"

View File

@ -31,7 +31,7 @@ nu-utils = { path = "../nu-utils", version = "0.84.1" }
alphanumeric-sort = "1.5"
base64 = "0.21"
byteorder = "1.4"
bytesize = "1.2"
bytesize = "1.3"
calamine = "0.21"
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
chrono-humanize = "0.2.3"

View File

@ -16,7 +16,7 @@ nu-path = { path = "../nu-path", version = "0.84.1" }
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.84.1" }
nu-protocol = { path = "../nu-protocol", version = "0.84.1" }
bytesize = "1.2"
bytesize = "1.3"
chrono = { default-features = false, features = ['std'], version = "0.4" }
itertools = "0.11"
log = "0.4"