Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.104 to 1.0.106
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.106)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent 228a0ea commit 683373b
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 daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ routerify = "3.0.0"
routerify-query = "3.0.0"
schemars = { version = "0.8.12", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
serde_json = "1.0.104"
serde_json = "1.0.106"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.2.0"
thiserror = "1.0.44"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features =
pin-project = "1.1.3"
schemars = "0.8.12"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.106"
shellwords = "1.1.0"
strong-xml = "0.6.3"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 683373b

Please sign in to comment.