mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 02:39:21 +00:00
Bump serde_json from 1.0.44 to 1.0.45
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.44...v1.0.45) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d2aebab152
commit
d06bcd7202
7 changed files with 20 additions and 20 deletions
|
@ -19,7 +19,7 @@ lalrpop-util = "0.17.2"
|
|||
once_cell = "1.3.1"
|
||||
regex = "1.3.3"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0.45"
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
texlab-syntax = { path = "../texlab_syntax" }
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ log = "0.4.6"
|
|||
once_cell = "1.3.1"
|
||||
regex = "1.3.3"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0.45"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
texlab-syntax = { path = "../texlab_syntax" }
|
||||
|
|
|
@ -11,7 +11,7 @@ itertools = "0.8.2"
|
|||
once_cell = "1.3.1"
|
||||
path-clean = "0.1.0"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0.45"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ futures-boxed = { path = "../futures_boxed" }
|
|||
jsonrpc = { path = "../jsonrpc" }
|
||||
once_cell = "1.3.1"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0.45"
|
||||
tempfile = "3"
|
||||
texlab = { path = "../.." }
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
|
|
|
@ -14,7 +14,7 @@ log = "0.4.6"
|
|||
once_cell = "1.3.1"
|
||||
petgraph = "0.5.0"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
serde_json = "1.0.45"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
texlab-syntax = { path = "../texlab_syntax" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue