Skip to content

Commit e7ce851

Browse files
chore(deps): bump the minor-updates group across 1 directory with 2 updates
Bumps the minor-updates group with 2 updates in the / directory: [zerocopy](https://github.com/google/zerocopy) and [image](https://github.com/image-rs/image). Updates `zerocopy` from 0.8.40 to 0.8.42 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.40...v0.8.42) Updates `image` from 0.25.9 to 0.25.10 - [Changelog](https://github.com/image-rs/image/blob/v0.25.10/CHANGES.md) - [Commits](image-rs/image@v0.25.9...v0.25.10) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: image dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 791196d commit e7ce851

File tree

2 files changed

+18
-33
lines changed

2 files changed

+18
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ 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.40", features = ["derive"] }
52+
zerocopy = { version = "0.8.42", features = ["derive"] }
5353
u8g2-fonts = { version = "0.7.1", features = ["embedded_graphics_textstyle"] }
54-
image = "0.25.6"
54+
image = "0.25.10"
5555

5656
[profile.release]
5757
codegen-units = 1

0 commit comments

Comments
 (0)