Skip to content

Commit 76cfb3f

Browse files
Bump the minor-updates group across 1 directory with 9 updates
Bumps the minor-updates group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.30` | | [btleplug](https://github.com/deviceplug/btleplug) | `0.11.6` | `0.11.7` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.13.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.139` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.14` | `0.8.20` | Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.96) Updates `clap` from 4.5.23 to 4.5.30 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.30) Updates `btleplug` from 0.11.6 to 0.11.7 - [Changelog](https://github.com/deviceplug/btleplug/blob/master/CHANGELOG.md) - [Commits](deviceplug/btleplug@0.11.6...0.11.7) Updates `uuid` from 1.11.0 to 1.13.2 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...v1.13.2) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.134 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.139) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `zerocopy` from 0.8.14 to 0.8.20 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.14...v0.8.20) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: btleplug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: serde 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 - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4422284 commit 76cfb3f

File tree

2 files changed

+85
-60
lines changed

2 files changed

+85
-60
lines changed

Cargo.lock

+76-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ usb-hid = ["dep:hidapi"]
3737
ble = ["dep:btleplug", "dep:uuid", "dep:tokio"]
3838

3939
[dependencies]
40-
anyhow = "1.0.95"
40+
anyhow = "1.0.96"
4141
base64 = { version = "0.22.1", optional = true }
42-
clap = { version = "4.5.23", features = ["derive"], optional = true }
42+
clap = { version = "4.5.30", features = ["derive"], optional = true }
4343
embedded-graphics = { version = "0.8.1", optional = true }
4444
hidapi = { version = "2.6.3", optional = true }
45-
btleplug = { version = "0.11.6", optional = true }
46-
uuid = { version = "1.11.0", optional = true }
47-
tokio = { version = "1.39.2", features = ["rt"], optional = true }
48-
serde = { version = "1.0.217", features = ["derive"], optional = true }
49-
serde_json = { version = "1.0.134", optional = true }
45+
btleplug = { version = "0.11.7", optional = true }
46+
uuid = { version = "1.13.2", optional = true }
47+
tokio = { version = "1.43.0", features = ["rt"], optional = true }
48+
serde = { version = "1.0.218", features = ["derive"], optional = true }
49+
serde_json = { version = "1.0.139", optional = true }
5050
time = "0.3.37"
51-
toml = { version = "0.8.19", optional = true }
52-
zerocopy = { version = "0.8.14", features = ["derive"] }
51+
toml = { version = "0.8.20", optional = true }
52+
zerocopy = { version = "0.8.20", features = ["derive"] }

0 commit comments

Comments
 (0)