Skip to content

Commit 3f95d2b

Browse files
Bump the minor-updates group across 1 directory with 4 updates
Bumps the minor-updates group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [zerocopy](https://github.com/google/zerocopy). Updates `clap` from 4.5.8 to 4.5.9 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.8...v4.5.9) Updates `serde` from 1.0.203 to 1.0.204 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.204) Updates `serde_json` from 1.0.118 to 1.0.120 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.118...v1.0.120) Updates `zerocopy` from 0.7.34 to 0.7.35 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch 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: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a155a8 commit 3f95d2b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ usb-hid = ["dep:hidapi"]
3737
[dependencies]
3838
anyhow = "1.0.86"
3939
base64 = { version = "0.22.1", optional = true }
40-
clap = { version = "4.5.8", features = ["derive"], optional = true }
40+
clap = { version = "4.5.9", features = ["derive"], optional = true }
4141
embedded-graphics = { version = "0.8.1", optional = true }
4242
hidapi = { version = "2.6.1", optional = true }
43-
serde = { version = "1.0.203", features = ["derive"], optional = true }
44-
serde_json = { version = "1.0.118", optional = true }
43+
serde = { version = "1.0.204", features = ["derive"], optional = true }
44+
serde_json = { version = "1.0.120", optional = true }
4545
time = "0.3.36"
4646
toml = { version = "0.8.13", optional = true }
47-
zerocopy = { version = "0.7.34", features = ["derive"] }
47+
zerocopy = { version = "0.7.35", features = ["derive"] }
4848

0 commit comments

Comments
 (0)