1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 11:00:47 +00:00

build(deps): update rust crate once_cell to 1.17.1

This commit is contained in:
renovate[bot] 2023-02-14 16:57:42 +00:00 committed by GitHub
parent f1c129b07f
commit c6b77adf61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"