aboutsummaryrefslogtreecommitdiff
path: root/stream/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r--stream/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml
index d476044..b66cfca 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.41.0", features = ["io-util"] }
-tokio-util = { version = "0.7.12", features = ["io", "io-util"] }
-serde_json = "1.0.132"
+tokio = { version = "1.43.0", features = ["io-util"] }
+tokio-util = { version = "0.7.13", features = ["io", "io-util"] }
+serde_json = "1.0.138"