mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump bytesize from 1.2.0 to 1.3.0 (#10306)
This commit is contained in:
parent
0c37463bfa
commit
513186c390
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user