build(deps): update rust crate open to 5.2.0

This commit is contained in:
renovate[bot] 2024-07-02 07:50:59 +00:00 committed by GitHub
parent 06753d012a
commit 2faf609e5f
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

@ -2019,9 +2019,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "open"
version = "5.1.4"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388"
checksum = "9d2c909a3fce3bd80efef4cd1c6c056bd9376a8fe06fcfdbebaf32cb485a7e37"
dependencies = [
"is-wsl",
"libc",

View file

@ -58,7 +58,7 @@ log = { version = "0.4.22", features = ["std"] }
notify-rust = { version = "4.11.0", optional = true }
nu-ansi-term = "0.50.0"
once_cell = "1.19.0"
open = "5.1.4"
open = "5.2.0"
# update os module config and tests when upgrading os_info
os_info = "3.8.2"
path-slash = "0.2.1"