Update bytemuck 1.23.0 -> 1.23.1

This commit is contained in:
Josiah Glosson
2025-08-07 12:25:53 -05:00
parent 37a10c76ab
commit 97a6e94d32
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1179,9 +1179,9 @@ dependencies = [
[[package]]
name = "bytemuck"
version = "1.23.0"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
[[package]]
name = "byteorder"

View File

@@ -37,7 +37,7 @@ async-tungstenite = { version = "0.30.0", default-features = false, features = [
async-walkdir = "2.1.0"
base64 = "0.22.1"
bitflags = "2.9.1"
bytemuck = "1.23.0"
bytemuck = "1.23.1"
bytes = "1.10.1"
censor = "0.3.0"
chardetng = "0.1.17"