Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.183 to 1.0.185
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.183 to 1.0.185.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.183...v1.0.185)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2023
1 parent 228a0ea commit 7b6111a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -33,7 +33,7 @@ once_cell = "1.18.0"
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 = { version = "1.0.185", features = ["derive"], optional = true }
serde_json = "1.0.104"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log = "0.4.19"
minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features = false, features = ["use_serde", "debug", "devices"]}
pin-project = "1.1.3"
schemars = "0.8.12"
serde = { version = "1.0.183", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.104"
shellwords = "1.1.0"
strong-xml = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/mrene/minidsp-rs"
anyhow = "1.0.72"
bytes = "1.4.0"
schemars = { version = "0.8.12", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
serde = { version = "1.0.185", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.44"

Expand Down

0 comments on commit 7b6111a

Please sign in to comment.