Skip to content

Commit 798bbb9

Browse files
build(deps): bump the minor-updates group with 2 updates
Bumps the minor-updates group with 2 updates: [bytemuck](https://github.com/Lokathor/bytemuck) and [indexmap](https://github.com/indexmap-rs/indexmap). Updates `bytemuck` from 1.16.3 to 1.17.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.16.3...v1.17.0) Updates `indexmap` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.3.0...2.4.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6d1cf7 commit 798bbb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ futures = "0.3.30"
3838
pin-project = "1.1.5"
3939
proptest = "1.5.0"
4040
test-strategy = "0.4.0"
41-
bytemuck = { version = "1.16.3", features = ["extern_crate_alloc", "derive"] }
41+
bytemuck = { version = "1.17.0", features = ["extern_crate_alloc", "derive"] }
4242
tracing = "0.1.40"
4343
tracing-subscriber = "0.3.18"
4444
tokio-stream = "0.1.15"

0 commit comments

Comments
 (0)