Skip to content

Commit fe0628a

Browse files
committed
Bump other deps
1 parent a9cd17f commit fe0628a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ntscrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR ISC OR Apache-2.0"
66
repository = "https://github.com/valadaptive/ntsc-rs/tree/main/crates/ntscrs"
77

88
[dependencies]
9-
glam = "0.29.2"
9+
glam = "0.30.3"
1010
rand = { version = "0.9.0", default-features = false }
1111
rand_xoshiro = "0.7.0"
1212
simdnoise = { git = "https://github.com/valadaptive/rust-simd-noise", rev = "400d9ac" }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
current_platform = "0.2.0"
88
clap = {version = "4.5.4", features = ["cargo", "string"] }
9-
cargo_toml = "0.20.2"
9+
cargo_toml = "0.22.1"
1010
walkdir = "2.5.0"
1111
plist = {version = "1.7.0", default-features = false}
1212

0 commit comments

Comments
 (0)