Skip to content

Commit

Permalink
chore(deps): update glsl-lang fork to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 14, 2024
1 parent 7fc4cf0 commit 594a650
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ globset = { version = "0.4.15", default-features = false }
enumset = { version = "1.1.5", features = ["serde"] }
indexmap = { version = "2.6.0", features = ["serde"] }
itertools = "0.13.0"
thiserror = "2.0.0"
thiserror = "2.0.3"
ahash = "0.8.11"
patricia_tree = "0.8.0"

sysinfo = { version = "0.32.0", default-features = false, features = ["system"] }
walkdir = "2.5.0"

tokio = { version = "1.41.0", default-features = false, features = ["rt-multi-thread", "macros", "io-util", "fs", "sync", "parking_lot"] }
tokio = { version = "1.41.1", default-features = false, features = ["rt-multi-thread", "macros", "io-util", "fs", "sync", "parking_lot"] }
tokio-util = { version = "0.7.12", default-features = false, features = ["codec", "io"] }
tokio-stream = { version = "0.1.16", default-features = false }
futures = { version = "0.3.31", default-features = false }

serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }

serde_json = "1.0.132"
json_comments = "0.2.2"
Expand All @@ -48,13 +48,13 @@ dasp_sample = "0.11.0"
rubato = "0.16.1"
optivorbis = "0.2.0"

glsl-lang = { version = "0.6.1", features = ["lexer-v2-full", "lexer-v2-min"] }
glsl-lang-lexer = "0.6.1"
glsl-lang-pp = "0.6.1"
glsl-lang = { version = "0.7.1", features = ["lexer-v2-full", "lexer-v2-min"] }
glsl-lang-lexer = "0.7.1"
glsl-lang-pp = "0.7.1"

java-properties = { version = "2.0.0", optional = true }

tempfile = "3.13.0"
tempfile = "3.14.0"
crc32fast = { version = "1.4.2", features = ["nightly"] }
zopfli = { version = "0.8.1", default-features = false, features = ["std", "nightly"] }

Expand Down
2 changes: 1 addition & 1 deletion packages/packsquash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packsquash = { path = "../packsquash", version = "0.4.0" }
getopts = "0.2.21"
toml = { version = "0.8.19", default-features = false, features = ["parse"] }

tokio = { version = "1.41.0", default-features = false, features = ["time"] }
tokio = { version = "1.41.1", default-features = false, features = ["time"] }

serde_path_to_error = "0.1.16"

Expand Down

0 comments on commit 594a650

Please sign in to comment.