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:
dependabot-preview[bot] 2020-08-18 05:48:13 +00:00
parent 1cd4f12bb4
commit 8c48e0f707
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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