mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Merge pull request #4699 from uutils/renovate/hex-literal-0.x
chore(deps): update rust crate hex-literal to 0.4.0
This commit is contained in:
commit
dfe31afa9f
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1125,9 +1125,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hex-literal"
|
name = "hex-literal"
|
||||||
version = "0.3.4"
|
version = "0.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
|
checksum = "4bcb5b3e439c92a7191df2f9bbe733de8de55c3f86368cdb1c63f8be7e9e328e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hostname"
|
name = "hostname"
|
||||||
|
|
|
@ -487,7 +487,7 @@ unindent = "0.2"
|
||||||
uucore = { workspace=true, features=["entries", "process", "signals"] }
|
uucore = { workspace=true, features=["entries", "process", "signals"] }
|
||||||
walkdir = { workspace=true }
|
walkdir = { workspace=true }
|
||||||
is-terminal = { workspace=true }
|
is-terminal = { workspace=true }
|
||||||
hex-literal = "0.3.4"
|
hex-literal = "0.4.0"
|
||||||
rstest = "0.17.0"
|
rstest = "0.17.0"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue