mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
deps: bump once_cell to ^1.17.1 (#18075)
This commit is contained in:
parent
0e8fc4dc6c
commit
b21129173a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3201,9 +3201,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.16.0"
|
version = "1.17.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opaque-debug"
|
name = "opaque-debug"
|
||||||
|
|
|
@ -97,7 +97,7 @@ libc = "0.2.126"
|
||||||
log = "=0.4.17"
|
log = "=0.4.17"
|
||||||
lzzzz = "1.0"
|
lzzzz = "1.0"
|
||||||
notify = "=5.0.0"
|
notify = "=5.0.0"
|
||||||
once_cell = "=1.16.0"
|
once_cell = "1.17.1"
|
||||||
os_pipe = "=1.0.1"
|
os_pipe = "=1.0.1"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
percent-encoding = "=2.2.0"
|
percent-encoding = "=2.2.0"
|
||||||
|
|
Loading…
Reference in a new issue