mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-05 20:39:27 +01:00
Bump bytesize from 1.1.0 to 1.2.0
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](https://github.com/hyunsik/bytesize/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c5731b9079
commit
2298422e85
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -166,9 +166,9 @@ checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytesize"
|
name = "bytesize"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
|
@ -65,7 +65,7 @@ dirs = { version = "5.0.0", optional = true }
|
|||||||
grep-cli = { version = "0.1.7", optional = true }
|
grep-cli = { version = "0.1.7", optional = true }
|
||||||
regex = { version = "1.7.0", optional = true }
|
regex = { version = "1.7.0", optional = true }
|
||||||
walkdir = { version = "2.3", optional = true }
|
walkdir = { version = "2.3", optional = true }
|
||||||
bytesize = { version = "1.1.0" }
|
bytesize = { version = "1.2.0" }
|
||||||
|
|
||||||
[dependencies.git2]
|
[dependencies.git2]
|
||||||
version = "0.16"
|
version = "0.16"
|
||||||
|
Loading…
Reference in New Issue
Block a user