Skip to content

Commit

Permalink
Bump serde_json from 1.0.44 to 1.0.45
Browse files Browse the repository at this point in the history
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](serde-rs/json@v1.0.44...v1.0.45)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jan 27, 2020
1 parent d2aebab commit d06bcd7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ once_cell = "1.3.1"
path-clean = "0.1.0"
regex = "1.3.3"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.44"
serde_json = "1.0.45"
serde_repr = "0.1"
stderrlog = "0.4.1"
texlab-citeproc = { path = "crates/texlab_citeproc" }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit d06bcd7

Please sign in to comment.