build(deps): update rust crate open to 5.3.5

This commit is contained in:
renovate[bot]
2026-05-16 00:42:39 +00:00
committed by GitHub
parent 3ebbeae1a7
commit 17cf5317eb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ log = { version = "0.4.29", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.17.0", optional = true }
nu-ansi-term = "0.50.3"
open = "5.3.4"
open = "5.3.5"
# update os module config and tests when upgrading os_info
os_info = { version = "3.14.0", features = ["schemars"] }
# for efficient shared state between `git_status` and `git_metrics`, allowing parallel printing. This is for poison-free locks.