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:
dependabot-preview[bot] 2019-12-16 07:27:05 +00:00 committed by GitHub
parent 995b44ff67
commit 46b6bb5245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 40 additions and 40 deletions

View file

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

View file

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

View file

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

View file

@ -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 = "../.." }

View file

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