From efceea0705a835110cab1776318b815c6456b596 Mon Sep 17 00:00:00 2001 From: p6nj Date: Sun, 17 Nov 2024 01:51:06 -0500 Subject: [PATCH] update deps --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 896c159..bc674ae 100644 --- a/Cargo.toml +++ b/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"]