Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 3, 2020
1 parent 95f4cb3 commit 7588235
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.4"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.45"
serde_json = "1.0.46"
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.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" }

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.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" }
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.45"
serde_json = "1.0.46"
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.45"
serde_json = "1.0.46"
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 @@ -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" }

0 comments on commit 7588235

Please sign in to comment.