diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /stream | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
Diffstat (limited to 'stream')
-rw-r--r-- | stream/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index c2f18fd..d476044 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -11,6 +11,6 @@ jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = { workspace = true } -tokio = { version = "1.38.0", features = ["io-util"] } -tokio-util = { version = "0.7.11", features = ["io", "io-util"] } -serde_json = "1.0.120" +tokio = { version = "1.41.0", features = ["io-util"] } +tokio-util = { version = "0.7.12", features = ["io", "io-util"] } +serde_json = "1.0.132" |