Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Nov 18, 2024
1 parent e0a715a commit 16ce29a
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 26 deletions.
151 changes: 128 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ 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.41.1", features = ["fs", "sync"] }
rfd = "0.15.0"
rfd = "0.15.1"
log = "0.4.22"
env_logger = "0.11.5"
rustysynth = "1.3.2"
cpal = "0.15.3"
uuid = { version = "1.11.0", features = ["v4"] }
thiserror = "2.0.1"
clap = { version = "4.5.20", features = ["derive", "cargo"] }
thiserror = "2.0.3"
clap = { version = "4.5.21", features = ["derive", "cargo"] }

0 comments on commit 16ce29a

Please sign in to comment.