Update deps
This commit is contained in:
parent
9dfc942dfc
commit
1b1fa3ced0
File diff suppressed because it is too large
Load Diff
|
|
@ -36,7 +36,7 @@ num-traits = "0.2"
|
||||||
object = "0.38"
|
object = "0.38"
|
||||||
oneshot = "0.1"
|
oneshot = "0.1"
|
||||||
pollster = "0.4"
|
pollster = "0.4"
|
||||||
rand = "0.9"
|
rand = "0.10"
|
||||||
rfd = "0.17"
|
rfd = "0.17"
|
||||||
rtrb = "0.3"
|
rtrb = "0.3"
|
||||||
rubato = "1"
|
rubato = "1"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use notify::Watcher;
|
use notify::Watcher;
|
||||||
use rand::Rng;
|
use rand::RngExt;
|
||||||
use std::{
|
use std::{
|
||||||
fs::{self, File},
|
fs::{self, File},
|
||||||
io::{Read, Seek as _, SeekFrom, Write as _},
|
io::{Read, Seek as _, SeekFrom, Write as _},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue