Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.116 to 1.0.117
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed May 13, 2024
1 parent 24e84d4 commit fcc9f2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/xlinectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0"
clap = "4"
regex = "1.10.4"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.117"
shlex = "1.3.0"
tokio = "1"
tonic = { version = "0.4.2", package = "madsim-tonic" }
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineutl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = "4"
crc32fast = "1.4.0"
engine = { path = "../engine" }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.117"
tempfile = "3.10.1"
tokio = "1"
utils = { path = "../utils" }
Expand Down

0 comments on commit fcc9f2d

Please sign in to comment.