Skip to content

Commit 9eb65d6

Browse files
Bump bytemuck from 1.23.2 to 1.24.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.23.2 to 1.24.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.2...v1.24.0) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3427aad commit 9eb65d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -10,7 +10,7 @@ license = "MIT"
1010
anyhow = { version = "^1.0", default-features = false }
1111
async-recursion = { version = "^1.0", default-features = false }
1212
async-trait = { version = "^0.1", default-features = false }
13-
bytemuck = { version = "^1.23", default-features = false, features = ["extern_crate_alloc"] }
13+
bytemuck = { version = "^1.24", default-features = false, features = ["extern_crate_alloc"] }
1414
dyn-clone = { version = "^1.0", default-features = false }
1515
dyn-hash = { version = "^0.2", default-features = false }
1616
hashbrown = { version = "^0.15", features = ["default-hasher"], default-features = false }

0 commit comments

Comments
 (0)