mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
build(deps): update rust crate once_cell to 1.17.2
This commit is contained in:
parent
5ae003f2f1
commit
2fabc763e8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2091,9 +2091,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.17.1"
|
version = "1.17.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opaque-debug"
|
name = "opaque-debug"
|
||||||
|
@ -57,7 +57,7 @@ log = { version = "0.4.18", features = ["std"] }
|
|||||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||||
notify-rust = { version = "4.8.0", optional = true }
|
notify-rust = { version = "4.8.0", optional = true }
|
||||||
nu-ansi-term = "0.47.0"
|
nu-ansi-term = "0.47.0"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.2"
|
||||||
open = "4.1.0"
|
open = "4.1.0"
|
||||||
# update os module config and tests when upgrading os_info
|
# update os module config and tests when upgrading os_info
|
||||||
os_info = "3.7.0"
|
os_info = "3.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user