Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jan 5, 2025
1 parent 1a57a77 commit 48f9954
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
41 changes: 17 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ encoding_rs = "0.8.35"
iced = { version = "0.13.0", features = ["advanced", "canvas", "tokio", "debug"] }
iced_aw = { version = "0.10.0", default-features = false, features = ["wrap"] }
tokio = { version = "1.42.0", features = ["fs", "sync"] }
rfd = "0.15.1"
rfd = "0.15.2"
log = "0.4.22"
env_logger = "0.11.5"
rustysynth = "1.3.2"
env_logger = "0.11.6"
rustysynth = "1.3.4"
cpal = "0.15.3"
uuid = { version = "1.11.0", features = ["v4"] }
thiserror = "2.0.8"
thiserror = "2.0.9"
clap = { version = "4.5.23", features = ["derive", "cargo"] }
itertools = { version = "0.14.0", default-features = false }

0 comments on commit 48f9954

Please sign in to comment.