experimental SVG-based video rendering engine made for music videos. React to MIDI or arbitrary signals from your DAW through "probe" VSTs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate tokio to 1.49.0 (#132)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
d707e3b9 67d53d25

+3 -3
+2 -2
Cargo.lock
··· 3367 3367 3368 3368 [[package]] 3369 3369 name = "tokio" 3370 - version = "1.48.0" 3370 + version = "1.49.0" 3371 3371 source = "registry+https://github.com/rust-lang/crates.io-index" 3372 - checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 3372 + checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 3373 3373 dependencies = [ 3374 3374 "libc", 3375 3375 "mio 1.1.1",
+1 -1
Cargo.toml
··· 95 95 vgv = { git = "https://github.com/gwennlbh/vgvf", version = "0.1.0", optional = true } 96 96 serde-aux = "4.7.0" 97 97 notify-rust = { version = "4.11.7", optional = true } 98 - tokio = { version = "1.48.0", optional = true } 98 + tokio = { version = "1.49.0", optional = true } 99 99 easing-function = { version = "0.1.1", optional = true } 100 100 quick-xml = "0.38.4" 101 101 num = "0.4.3"