Skip to content

Commit

Permalink
Bump the minor-updates group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 2 updates in the / directory: [hidapi](https://github.com/ruabmbua/hidapi-rs) and [serde_json](https://github.com/serde-rs/json).


Updates `hidapi` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/ruabmbua/hidapi-rs/releases)
- [Commits](ruabmbua/hidapi-rs@v2.6.1...v2.6.2)

Updates `serde_json` from 1.0.121 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.122)

---
updated-dependencies:
- dependency-name: hidapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent e7989e7 commit f820831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ anyhow = "1.0.86"
base64 = { version = "0.22.1", optional = true }
clap = { version = "4.5.13", features = ["derive"], optional = true }
embedded-graphics = { version = "0.8.1", optional = true }
hidapi = { version = "2.6.1", optional = true }
hidapi = { version = "2.6.2", optional = true }
btleplug = { version = "0.11.5", optional = true }
uuid = { version = "1.10.0", optional = true }
tokio = { version = "1.39.2", features = ["rt"], optional = true }
serde = { version = "1.0.204", features = ["derive"], optional = true }
serde_json = { version = "1.0.121", optional = true }
serde_json = { version = "1.0.122", optional = true }
time = "0.3.36"
toml = { version = "0.8.19", optional = true }
zerocopy = { version = "0.7.35", features = ["derive"] }

0 comments on commit f820831

Please sign in to comment.