diff options
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 8e0c947..2bd9f6a 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.35.0", features = ["io-util"] } +tokio = { version = "1.37.0", features = ["io-util"] } tokio-util = { version = "0.7.10", features = ["io", "io-util"] } -serde_json = "1.0.108" +serde_json = "1.0.115" |