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:
dependabot-preview[bot] 2020-01-27 07:53:02 +00:00 committed by GitHub
parent d2aebab152
commit d06bcd7202
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.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" }

View file

@ -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" }

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

View file

@ -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" }