1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 11:17:00 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
f37b81961f
build(deps): update rust crate open to 5.3.2 (#6474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 19:37:11 +00:00
renovate[bot]
8a435693a4
build(deps): update rust crate os_info to 3.9.2 2025-01-05 14:06:23 +00:00
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -2233,9 +2233,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "open"
version = "5.3.1"
version = "5.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
dependencies = [
"is-wsl",
"libc",
@ -2279,9 +2279,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.9.1"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430"
checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b"
dependencies = [
"log",
"serde",

View File

@ -56,9 +56,9 @@ log = { version = "0.4.22", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.11.3", optional = true }
nu-ansi-term = "0.50.1"
open = "5.3.1"
open = "5.3.2"
# update os module config and tests when upgrading os_info
os_info = "3.9.1"
os_info = "3.9.2"
path-slash = "0.2.1"
pest = "2.7.15"
pest_derive = "2.7.15"