Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8cfa96d commit 60f2122
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.20.2"
routerify = "3.0.0"
routerify-query = "3.0.0"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.213", features = ["derive"], optional = true }
serde = { version = "1.0.214", features = ["derive"], optional = true }
serde_json = "1.0.132"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ minidsp-protocol = { path = "../protocol", version = "0.1.12", default-features
] }
pin-project = "1.1.7"
schemars = "0.8.21"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
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.91"
bytes = "1.8.0"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.213", features = ["derive"], optional = true }
serde = { version = "1.0.214", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.65"

Expand Down

0 comments on commit 60f2122

Please sign in to comment.