Skip to content

Commit

Permalink
update thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Dec 30, 2023
1 parent c3618b3 commit a094e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpal = { version = "0.15.2", optional = true }
parking_lot = "0.12.1"
serde = { version = "1.0.193", features = ["derive"], optional = true }
symphonia = { version = "0.5.3", features = ["all"], optional = true }
thiserror = "1.0.50"
thiserror = "1.0.52"

[features]
default = ["symphonia", "cpal"]
Expand Down

0 comments on commit a094e4b

Please sign in to comment.