cargo: bump once_cell, add explicit dependency

This commit is contained in:
Yuya Nishihara 2022-10-02 18:10:43 +09:00
parent 621caa4dcb
commit 4f72ec142d
2 changed files with 4 additions and 2 deletions

5
Cargo.lock generated
View file

@ -757,6 +757,7 @@ dependencies = [
"itertools",
"maplit",
"num_cpus",
"once_cell",
"pest",
"pest_derive",
"protobuf",
@ -920,9 +921,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.14.0"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
[[package]]
name = "oorandom"

View file

@ -28,6 +28,7 @@ git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
once_cell = "1.15.0"
pest = "2.3.1"
pest_derive = "2.3.1"
protobuf = { version = "3.0.1", features = ["with-bytes"] }