Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Dec 7, 2024
1 parent 4dc3e7f commit 1612942
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 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 @@ -16,12 +16,12 @@ encoding_rs = "0.8.35"
# Can't upgrade iced & iced_aw as it bumps the MSRV to 1.80 which breaks the Win7 & 8 builds :s
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"] }
tokio = { version = "1.42.0", features = ["fs", "sync"] }
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.3"
clap = { version = "4.5.21", features = ["derive", "cargo"] }
thiserror = "2.0.4"
clap = { version = "4.5.23", features = ["derive", "cargo"] }

0 comments on commit 1612942

Please sign in to comment.