Skip to content

Commit 3286a3f

Browse files
dependabot[bot]weberval
authored andcommitted
chore(deps): bump the minor-updates group across 1 directory with 8 updates
Bumps the minor-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.60` | | [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) | `0.8.1` | `0.8.2` | | [hidapi](https://github.com/ruabmbua/hidapi-rs) | `2.6.4` | `2.6.5` | | [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.21.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [time](https://github.com/time-rs/time) | `0.3.45` | `0.3.47` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.33` | `0.8.40` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `clap` from 4.5.54 to 4.5.60 - [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.54...clap_complete-v4.5.60) Updates `embedded-graphics` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases) - [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md) - [Commits](embedded-graphics/embedded-graphics@embedded-graphics-v0.8.1...embedded-graphics-v0.8.2) Updates `hidapi` from 2.6.4 to 2.6.5 - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](ruabmbua/hidapi-rs@v2.6.4...v2.6.5) Updates `uuid` from 1.19.0 to 1.21.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.21.0) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `time` from 0.3.45 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.45...v0.3.47) Updates `zerocopy` from 0.8.33 to 0.8.40 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.33...v0.8.40) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: embedded-graphics dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: hidapi dependency-version: 2.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: zerocopy dependency-version: 0.8.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c7dc11 commit 3286a3f

File tree

2 files changed

+32
-98
lines changed

2 files changed

+32
-98
lines changed

Cargo.lock

Lines changed: 25 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ usb-hid = ["dep:hidapi"]
3737
ble = ["dep:btleplug", "dep:uuid", "dep:tokio"]
3838

3939
[dependencies]
40-
anyhow = "1.0.98"
40+
anyhow = "1.0.102"
4141
base64 = { version = "0.22.1", optional = true }
42-
clap = { version = "4.5.54", features = ["derive"], optional = true }
43-
embedded-graphics = { version = "0.8.1", optional = true }
44-
hidapi = { version = "2.6.3", optional = true }
42+
clap = { version = "4.5.60", features = ["derive"], optional = true }
43+
embedded-graphics = { version = "0.8.2", optional = true }
44+
hidapi = { version = "2.6.5", optional = true }
4545
btleplug = { version = "0.11.8", optional = true }
46-
uuid = { version = "1.11.0", optional = true }
47-
tokio = { version = "1.49.0", features = ["rt"], optional = true }
46+
uuid = { version = "1.21.0", optional = true }
47+
tokio = { version = "1.50.0", features = ["rt"], optional = true }
4848
serde = { version = "1.0.219", features = ["derive"], optional = true }
4949
serde_json = { version = "1.0.149", optional = true }
5050
time = "0.3.47"
5151
toml = { version = "0.9.11", optional = true }
52-
zerocopy = { version = "0.8.33", features = ["derive"] }
52+
zerocopy = { version = "0.8.40", features = ["derive"] }
5353
u8g2-fonts = { version = "0.7.1", features = ["embedded_graphics_textstyle"] }
5454
image = "0.25.6"

0 commit comments

Comments
 (0)