aboutsummaryrefslogtreecommitdiff
path: root/remuxer
diff options
context:
space:
mode:
Diffstat (limited to 'remuxer')
-rw-r--r--remuxer/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml
index f60340b..e7452e0 100644
--- a/remuxer/Cargo.toml
+++ b/remuxer/Cargo.toml
@@ -7,9 +7,9 @@ edition = "2021"
jellycommon = { path = "../common" }
jellymatroska = { path = "../matroska" }
-tokio = { version = "1.24.1", features = ["io-util"] }
-anyhow = "1.0.68"
-log = "0.4.17"
+tokio = { version = "1.28.2", features = ["io-util"] }
+anyhow = "1.0.71"
+log = "0.4.18"
-serde = { version = "1.0.152", features = ["derive"] }
-bincode = { version = "2.0.0-rc.2", features = ["serde"] }
+serde = { version = "1.0.163", features = ["derive"] }
+bincode = { version = "2.0.0-rc.3", features = ["serde"] }