diff --git a/Cargo.toml b/Cargo.toml index fdd5a11..5cf5c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ categories = ["rendering"] members = ["path"] [dependencies] -arrayref = "0.3.6" +arrayref = "0.3.9" arrayvec = { version = "0.7", default-features = false } -bytemuck = { version = "1.12", features = ["aarch64_simd"] } +bytemuck = { version = "1.24", features = ["aarch64_simd"] } cfg-if = "1" log = "0.4" png = { version = "0.18", optional = true } diff --git a/path/Cargo.toml b/path/Cargo.toml index d0785ae..628c407 100644 --- a/path/Cargo.toml +++ b/path/Cargo.toml @@ -13,9 +13,9 @@ categories = ["graphics"] workspace = ".." [dependencies] -arrayref = "0.3.6" -bytemuck = "1.4" -libm = { version = "0.2.1", optional = true } # float support on no_std +arrayref = "0.3.9" +bytemuck = "1.24" +libm = { version = "0.2.16", optional = true } # float support on no_std strict-num = { version = "0.1", default-features = false } [features]