chore(deps): Update more dependencies

This commit is contained in:
Gerald Pinder 2024-11-06 20:11:55 -05:00
parent df4fc3386b
commit 5ff001816c
3 changed files with 110 additions and 119 deletions

View file

@ -71,12 +71,12 @@ fuzzy-matcher = "0.3"
jsonschema = { version = "0.26", optional = true }
open = "5"
os_info = "3"
rayon = { version = "1.10.0", optional = true }
rayon = { version = "1", optional = true }
regex = { version = "1", optional = true }
requestty = { version = "0.5", features = ["macros", "termion"] }
shadow-rs = { version = "0.35", default-features = false }
urlencoding = "2"
yaml-rust2 = { version = "0.9.0", optional = true }
yaml-rust2 = { version = "0.9", optional = true }
cached.workspace = true
clap = { workspace = true, features = ["derive", "cargo", "unicode", "env"] }