mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8882615483
commit
5e1296b888
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -739,9 +739,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.13.1"
|
||||
version = "1.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
|
||||
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
||||
|
||||
[[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.13"
|
||||
once_cell = "1.14"
|
||||
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.13"
|
||||
once_cell = "1.14"
|
||||
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.13"
|
||||
once_cell = "1.14"
|
||||
|
||||
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.13"
|
||||
once_cell = "1.14"
|
||||
url = "2"
|
||||
|
||||
arc-swap = { version = "1.5.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue