diff --git a/Cargo.toml b/Cargo.toml index d403096..83f659e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0.200", features = ["derive"], optional = true } [dev-dependencies] cpal = "0.15.3" criterion = "0.5.1" -sdl2 = { version = "0.36.0", features = ["bundled"] } +sdl2 = { version = "0.37.0", features = ["bundled"] } rust-music-theory = "0.2.0" rand = "0.8.5"