diff options
Diffstat (limited to 'remuxer')
-rw-r--r-- | remuxer/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index 1dcb6f4..34a0d83 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -8,9 +8,9 @@ jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } jellybase = { path = "../base" } -tokio = { version = "1.35.0", features = ["io-util"] } -anyhow = "1.0.75" +tokio = { version = "1.37.0", features = ["io-util"] } +anyhow = "1.0.82" log = { workspace = true } -serde = { version = "1.0.193", features = ["derive"] } +serde = { version = "1.0.197", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde"] } |