aboutsummaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /stream
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
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 2bd9f6a..c63b8d2 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.37.0", features = ["io-util"] }
-tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
-serde_json = "1.0.115"
+tokio = { version = "1.38.0", features = ["io-util"] }
+tokio-util = { version = "0.7.11", features = ["io", "io-util"] }
+serde_json = "1.0.117"