mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
98dd9c4f2b
commit
fd4cdf0b1f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -730,9 +730,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 = "parking_lot"
|
||||
|
@ -26,7 +26,7 @@ unicode-general-category = "0.5"
|
||||
# slab = "0.4.2"
|
||||
slotmap = "1.0"
|
||||
tree-sitter = "0.20"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1.15"
|
||||
arc-swap = "1"
|
||||
regex = "1"
|
||||
|
||||
|
@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
etcetera = "0.4"
|
||||
tree-sitter = "0.20"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1.15"
|
||||
log = "0.4"
|
||||
|
||||
# TODO: these two should be on !wasm32 only
|
||||
|
@ -32,7 +32,7 @@ helix-dap = { version = "0.6", path = "../helix-dap" }
|
||||
helix-loader = { version = "0.6", path = "../helix-loader" }
|
||||
|
||||
anyhow = "1"
|
||||
once_cell = "1.14"
|
||||
once_cell = "1.15"
|
||||
|
||||
which = "4.2"
|
||||
|
||||
|
@ -22,7 +22,7 @@ helix-dap = { version = "0.6", path = "../helix-dap" }
|
||||
crossterm = { version = "0.25", optional = true }
|
||||
|
||||
# Conversion traits
|
||||
once_cell = "1.14"
|
||||
once_cell = "1.15"
|
||||
url = "2"
|
||||
|
||||
arc-swap = { version = "1.5.1" }
|
||||
|
Loading…
Reference in New Issue
Block a user