Skip to content

Commit a401f65

Browse files
committed
upgrade dependencies (except xmlparser)
1 parent 86d0538 commit a401f65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ subdirectory = false
1717

1818
[dependencies]
1919
asdfspline = { path = "asdfspline" }
20-
rtrb = "0.2"
20+
rtrb = "0.3"
2121
rsor = "0.1"
22-
errno = "*"
22+
errno = "0.3"
2323
libflac-sys = "0.3"
24-
hound = "*"
25-
lazy_static = "1.3.0"
24+
hound = "3"
25+
lazy_static = "1"
2626
libc = "0.2"
27-
libsamplerate-sys = "*"
27+
libsamplerate-sys = "0.1"
2828
minimp3_ex-sys = { version = "0.1", features = ["float-output"] }
2929
ogg-sys = "*"
3030
regex = "1"
31-
thiserror = "1.0"
31+
thiserror = "2"
3232
vorbis-sys = "0.1"
3333
vorbisfile-sys = "*"
3434
xmlparser = "0.12"

0 commit comments

Comments
 (0)