mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
build(deps): update rust crate once_cell to 1.17.1
This commit is contained in:
parent
f1c129b07f
commit
c6b77adf61
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1937,9 +1937,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.17.0"
|
||||
version = "1.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
||||
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
|
@ -57,7 +57,7 @@ log = { version = "0.4.17", features = ["std"] }
|
||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||
notify-rust = { version = "4.7.0", optional = true }
|
||||
nu-ansi-term = "0.46.0"
|
||||
once_cell = "1.17.0"
|
||||
once_cell = "1.17.1"
|
||||
open = "3.2.0"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.6.0"
|
||||
|
Loading…
Reference in New Issue
Block a user