Skip to content

Commit 43d3ecd

Browse files
committed
bump dependencies
1 parent 6796034 commit 43d3ecd

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ iced = { version = "0.13.0", features = [
4949
"debug",
5050
] }
5151
iced_aw = { version = "0.10.0", default-features = false, features = ["wrap"] }
52-
tokio = { version = "1.46.1", features = ["fs", "sync"] }
52+
tokio = { version = "1.47.1", features = ["fs", "sync"] }
5353
rfd = "0.15.4"
54-
log = "0.4.27"
54+
log = "0.4.28"
5555
env_logger = "0.11.8"
56-
rustysynth = "1.3.5"
56+
rustysynth = "1.3.6"
5757
cpal = "0.16.0"
5858
thiserror = "2.0.12"
59-
clap = { version = "4.5.41", features = ["derive", "cargo"] }
59+
clap = { version = "4.5.47", features = ["derive", "cargo"] }
6060
# Can't upgrade `home` as it bumps the MSRV to 1.81 which breaks the Win7 & 8 builds :s
6161
home = "=0.5.9" # not necessary starting from Rust 1.85
6262
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)