1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

chore(deps): update rust crate hex-literal to 0.4.0

This commit is contained in:
renovate[bot] 2023-04-02 06:17:07 +00:00 committed by GitHub
parent 5d0f0144c1
commit cf9c75d364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -487,7 +487,7 @@ unindent = "0.2"
uucore = { workspace=true, features=["entries", "process", "signals"] }
walkdir = { workspace=true }
is-terminal = { workspace=true }
hex-literal = "0.3.4"
hex-literal = "0.4.0"
rstest = "0.17.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]