Merge branch 'master' into conditional-style

This commit is contained in:
Filip Bachul 2022-10-30 10:20:15 +01:00
commit c75f6b2152
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -860,12 +860,12 @@ dependencies = [
[[package]]
name = "gethostname"
version = "0.3.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
checksum = "15e2ec67383ed0d1496d3dff6755fc14b6b019efd5238fb4eea7b62272d9863f"
dependencies = [
"libc",
"winapi",
"windows 0.43.0",
]
[[package]]
@ -1889,9 +1889,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "opaque-debug"

View File

@ -47,7 +47,7 @@ clap = { version = "4.0.18", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.3"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.3.0"
gethostname = "0.4.0"
git-features = { version = "0.23.0", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.25.0", default-features = false, features = ["max-performance-safe"] }
@ -58,7 +58,7 @@ log = { version = "0.4.17", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.5.10", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.15.0"
once_cell = "1.16.0"
open = "3.0.3"
os_info = "3.5.1"
path-slash = "0.2.1"