Bump once_cell from 1.3.0 to 1.3.1

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.3.0 to 1.3.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.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-17 15:05:50 +00:00 committed by Deirdre Connolly
parent 99063dcb76
commit dbe7427f58
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -747,9 +747,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.3.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
[[package]]
name = "opaque-debug"

View File

@ -31,4 +31,4 @@ zebra-network = { path = "../zebra-network" }
[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }
once_cell = "1.2"
once_cell = "1.3"