Merge pull request #5862 from uutils/renovate/smallvec-1.x

chore(deps): update rust crate smallvec to 1.13
This commit is contained in:
Daniel Hofstetter 2024-01-19 10:54:40 +01:00 committed by GitHub
commit ec0ea959fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1987,9 +1987,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8"
[[package]]
name = "smawk"

View file

@ -318,7 +318,7 @@ same-file = "1.0.6"
self_cell = "1.0.3"
selinux = "0.4"
signal-hook = "0.3.17"
smallvec = { version = "1.12", features = ["union"] }
smallvec = { version = "1.13", features = ["union"] }
tempfile = "3.9.0"
uutils_term_grid = "0.3"
terminal_size = "0.3.0"