mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Bump serde from 1.0.103 to 1.0.104
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
995b44ff67
commit
46b6bb5245
7 changed files with 40 additions and 40 deletions
|
@ -18,7 +18,7 @@ itertools = "0.8.2"
|
|||
lalrpop-util = "0.17.2"
|
||||
once_cell = "1.2.0"
|
||||
regex = "1.3.1"
|
||||
serde = { version = "1.0.103", features = ["derive", "rc"] }
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
texlab-syntax = { path = "../texlab_syntax" }
|
||||
|
|
|
@ -13,7 +13,7 @@ itertools = "0.8.2"
|
|||
log = "0.4.6"
|
||||
once_cell = "1.2.0"
|
||||
regex = "1.3.1"
|
||||
serde = { version = "1.0.103", features = ["derive", "rc"] }
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
|
|
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||
itertools = "0.8.2"
|
||||
once_cell = "1.2.0"
|
||||
path-clean = "0.1.0"
|
||||
serde = { version = "1.0.103", features = ["derive", "rc"] }
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
|
|
|
@ -12,7 +12,7 @@ futures = "0.3"
|
|||
futures-boxed = { path = "../futures_boxed" }
|
||||
jsonrpc = { path = "../jsonrpc" }
|
||||
once_cell = "1.2.0"
|
||||
serde = { version = "1.0.103", features = ["derive", "rc"] }
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
tempfile = "3"
|
||||
texlab = { path = "../.." }
|
||||
|
|
|
@ -12,7 +12,7 @@ futures-boxed = { path = "../futures_boxed" }
|
|||
itertools = "0.8.2"
|
||||
log = "0.4.6"
|
||||
once_cell = "1.2.0"
|
||||
serde = { version = "1.0.103", features = ["derive", "rc"] }
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.44"
|
||||
texlab-distro = { path = "../texlab_distro" }
|
||||
texlab-protocol = { path = "../texlab_protocol" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue