chore: update min. req. for smallvec 0.13.1 → 0.14

This commit is contained in:
Erich Gubler 2025-09-17 16:47:26 -04:00
parent 1967900565
commit b3423dc6c4

View File

@ -182,7 +182,7 @@ rustc-hash = { version = "1.1", default-features = false }
serde_json = "1.0.143"
serde = { version = "1.0.219", default-features = false }
shell-words = "1"
smallvec = "1.13.1"
smallvec = "1.14"
spirv = "0.3"
static_assertions = "1.1"
strum = { version = "0.27", default-features = false, features = ["derive"] }