mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
build(deps): bump once_cell from 1.4.0 to 1.4.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1cd4f12bb4
commit
8c48e0f707
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -776,9 +776,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
|
||||
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
|
@ -43,7 +43,7 @@ battery = { version = "0.7.5", optional = true }
|
||||
path-slash = "0.1.3"
|
||||
unicode-segmentation = "1.6.0"
|
||||
gethostname = "0.2.1"
|
||||
once_cell = "1.4.0"
|
||||
once_cell = "1.4.1"
|
||||
chrono = "0.4"
|
||||
sysinfo = "0.15.1"
|
||||
byte-unit = "4.0.9"
|
||||
|
Loading…
Reference in New Issue
Block a user