Bump serde_json from 1.0.45 to 1.0.46

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.45 to 1.0.46.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.45...v1.0.46)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-03 08:24:33 +00:00 committed by GitHub
parent 95f4cb3454
commit 75882353a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 20 deletions

View file

@ -19,7 +19,7 @@ lalrpop-util = "0.17.2"
once_cell = "1.3.1"
regex = "1.3.4"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.45"
serde_json = "1.0.46"
texlab-protocol = { path = "../texlab_protocol" }
texlab-syntax = { path = "../texlab_syntax" }

View file

@ -14,7 +14,7 @@ log = "0.4.6"
once_cell = "1.3.1"
regex = "1.3.4"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.45"
serde_json = "1.0.46"
texlab-distro = { path = "../texlab_distro" }
texlab-protocol = { path = "../texlab_protocol" }
texlab-syntax = { path = "../texlab_syntax" }

View file

@ -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.45"
serde_json = "1.0.46"
texlab-distro = { path = "../texlab_distro" }
texlab-protocol = { path = "../texlab_protocol" }

View file

@ -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.45"
serde_json = "1.0.46"
tempfile = "3"
texlab = { path = "../.." }
texlab-distro = { path = "../texlab_distro" }

View file

@ -15,7 +15,7 @@ once_cell = "1.3.1"
path-clean = "0.1.0"
petgraph = "0.5.0"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.45"
serde_json = "1.0.46"
texlab-distro = { path = "../texlab_distro" }
texlab-protocol = { path = "../texlab_protocol" }
texlab-syntax = { path = "../texlab_syntax" }