From f8208317be197631f5cabc62b51eaa532749ce79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:20:15 +0000 Subject: [PATCH] Bump the minor-updates group across 1 directory with 2 updates 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](https://github.com/ruabmbua/hidapi-rs/compare/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](https://github.com/serde-rs/json/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 536f4f9..785e125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,9 +598,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hidapi" -version = "2.6.1" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e58251020fe88fe0dae5ebcc1be92b4995214af84725b375d08354d0311c23c" +checksum = "7ad5e383c2cf354bf4b54b7adf1dc781942fa9ec2ebc0714ad32524de968edce" dependencies = [ "cc", "cfg-if", @@ -912,9 +912,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 50bf8e9..6957c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }