Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 24, 2024
1 parent d4ba8ed commit e553119
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
43 changes: 31 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rand_distr = "0.4.3"
rand_pcg = "0.3.1"
rayon = "1.10"
regex = "1.10"
rodio = { version = "0.19.0", default-features = false, features = [
rodio = { version = "0.20.1", default-features = false, features = [
"symphonia-wav",
] }
rough_piet = "0.8.0"
Expand All @@ -75,7 +75,7 @@ serde_json = "1.0"
slotmap = { version = "1.0", features = ["serde"] }
smol = "2.0"
svg = "0.18.0"
thiserror = "1.0"
thiserror = "2.0.9"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
unicode-segmentation = "1.12"
Expand Down

0 comments on commit e553119

Please sign in to comment.