mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #4665 from uutils/renovate/half-2.x
chore(deps): update rust crate half to 2.2
This commit is contained in:
commit
8935a58261
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1014,9 +1014,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "half"
|
name = "half"
|
||||||
version = "2.1.0"
|
version = "2.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crunchy",
|
"crunchy",
|
||||||
]
|
]
|
||||||
|
|
|
@ -285,7 +285,7 @@ fts-sys = "0.2"
|
||||||
fundu = "0.4.3"
|
fundu = "0.4.3"
|
||||||
gcd = "2.2"
|
gcd = "2.2"
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
half = "2.1"
|
half = "2.2"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
is-terminal = "0.4.5"
|
is-terminal = "0.4.5"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue