update deps
This commit is contained in:
parent
36b0fe394c
commit
efceea0705
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -4,26 +4,26 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
amplify = "4.7.0"
|
||||
amplify = "4"
|
||||
anyhow = "1.0"
|
||||
cfg-if = "1.0.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
derived-deref = "2.1.0"
|
||||
fasteval = "0.2.4"
|
||||
nom = "7.1.3"
|
||||
serde = { version = "1.0.209", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yml = "0.0.12"
|
||||
splines = "4.3.1"
|
||||
splines = "4"
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
strum_macros = "0.26"
|
||||
tinyaudio = { version = "0.1", optional = true }
|
||||
tinyaudio = { version = "1", optional = true }
|
||||
bng_macros = { path = "bng_macros" }
|
||||
const_format = "0.2.33"
|
||||
thiserror = "1.0.64"
|
||||
derive-new = "0.7.0"
|
||||
naan = "0.1.32"
|
||||
lazy_static = "1.5.0"
|
||||
tune = "0.35.0"
|
||||
thiserror = "2"
|
||||
derive-new = "0.7"
|
||||
naan = "0.1"
|
||||
lazy_static = "1.5"
|
||||
tune = "0.35"
|
||||
|
||||
[features]
|
||||
default = ["play", "save"]
|
||||
|
|
Loading…
Reference in a new issue