Skip to content

Commit

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

---
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 Jan 8, 2024
1 parent 6c7af8c commit fd83e6b
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.19.0"
routerify = "3.0.0"
routerify-query = "3.0.0"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1.0.194", features = ["derive"], optional = true }
serde = { version = "1.0.195", features = ["derive"], optional = true }
serde_json = "1.0.111"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.4.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.20"
minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features = false, features = ["use_serde", "debug", "devices"]}
pin-project = "1.1.3"
schemars = "0.8.16"
serde = { version = "1.0.194", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
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.79"
bytes = "1.5.0"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1.0.194", features = ["derive"], optional = true }
serde = { version = "1.0.195", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.56"

Expand Down

0 comments on commit fd83e6b

Please sign in to comment.