Skip to content

Commit 071c2c1

Browse files
Bump bytemuck from 1.19.0 to 1.20.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0736e37 commit 071c2c1

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.19", default-features = false, features = ["extern_crate_alloc"] }
13+
bytemuck = { version = "^1.20", default-features = false, features = ["extern_crate_alloc"] }
1414
dyn-clone = { version = "^1.0", default-features = false }
1515
nom = { version = "^7.1", default-features = false, features = ["alloc"] }
1616
parking_lot = { version = "^0.12", default-features = false }

0 commit comments

Comments
 (0)