Skip to content

Commit

Permalink
build(deps): bump schemars from 0.8.12 to 0.8.13
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.12...v0.8.13)

---
updated-dependencies:
- dependency-name: schemars
  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 29, 2023
1 parent 228a0ea commit 1435f6b
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 @@ -32,7 +32,7 @@ okapi = "0.7.0-rc.1"
once_cell = "1.18.0"
routerify = "3.0.0"
routerify-query = "3.0.0"
schemars = { version = "0.8.12", optional = true }
schemars = { version = "0.8.13", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
serde_json = "1.0.104"
strum = { version = "0.25.0", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static = "1.4.0"
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"
schemars = "0.8.13"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
shellwords = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/mrene/minidsp-rs"
[dependencies]
anyhow = "1.0.72"
bytes = "1.4.0"
schemars = { version = "0.8.12", optional = true }
schemars = { version = "0.8.13", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.44"
Expand Down

0 comments on commit 1435f6b

Please sign in to comment.