aboutsummaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-17 15:22:04 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-17 15:22:04 +0100
commite7155ec05458ed00035ce8bc5c087306cfeedbc1 (patch)
treeb6f99d2c3d872fe9f8f175f8365c4b6451cf13ad /stream
parent67608be88bc9d88f96babd5f075c708194f71062 (diff)
downloadjellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar
jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.bz2
jellything-e7155ec05458ed00035ce8bc5c087306cfeedbc1.tar.zst
update all deps
Diffstat (limited to 'stream')
-rw-r--r--stream/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml
index 7228384..8e0c947 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.32.0", features = ["io-util"] }
-tokio-util = { version = "0.7.9", features = ["io", "io-util"] }
-serde_json = "1.0.107"
+tokio = { version = "1.35.0", features = ["io-util"] }
+tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
+serde_json = "1.0.108"