Skip to content

Commit

Permalink
chore(cargo/deps): update all, dogfooding our new vorbis_rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 13, 2024
1 parent 4a92ad8 commit aaf817a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 53 deletions.
99 changes: 49 additions & 50 deletions Cargo.lock

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

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

Expand All @@ -39,7 +39,7 @@ tokio-util = { version = "0.7.13", default-features = false, features = [
tokio-stream = { version = "0.1.17", default-features = false }
futures = { version = "0.3.31", default-features = false }

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

serde_json = "1.0.133"
json_comments = "0.2.2"
Expand All @@ -58,7 +58,7 @@ symphonia = { version = "0.5.4", default-features = false, features = [
"mp3",
"aac",
] }
vorbis_rs = { version = "0.5.4", default-features = false }
vorbis_rs = { version = "0.5.5", default-features = false }
dasp_signal = { version = "0.11.0", default-features = false }
dasp_interpolate = { version = "0.11.0", features = ["sinc"] }
dasp_ring_buffer = "0.11.0"
Expand Down

0 comments on commit aaf817a

Please sign in to comment.