Skip to content

Commit c19c256

Browse files
authored
Update dependencies (#169)
1 parent 2df5c25 commit c19c256

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ categories = ["rendering"]
1515
members = ["path"]
1616

1717
[dependencies]
18-
arrayref = "0.3.6"
18+
arrayref = "0.3.9"
1919
arrayvec = { version = "0.7", default-features = false }
20-
bytemuck = { version = "1.12", features = ["aarch64_simd"] }
20+
bytemuck = { version = "1.24", features = ["aarch64_simd"] }
2121
cfg-if = "1"
2222
log = "0.4"
2323
png = { version = "0.18", optional = true }

path/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ categories = ["graphics"]
1313
workspace = ".."
1414

1515
[dependencies]
16-
arrayref = "0.3.6"
17-
bytemuck = "1.4"
18-
libm = { version = "0.2.1", optional = true } # float support on no_std
16+
arrayref = "0.3.9"
17+
bytemuck = "1.24"
18+
libm = { version = "0.2.16", optional = true } # float support on no_std
1919
strict-num = { version = "0.1", default-features = false }
2020

2121
[features]

0 commit comments

Comments
 (0)