aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index 9ef517b..8844812 100644
--- a/import/Cargo.toml
+++ b/import/Cargo.toml
@@ -11,18 +11,18 @@ jellymatroska = { path = "../matroska" }
jellyremuxer = { path = "../remuxer" }
log = { workspace = true }
-anyhow = "1.0.75"
+anyhow = "1.0.82"
reqwest = { workspace = true }
urlencoding = "2.1.3"
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
-serde = { version = "1.0.193", features = ["derive"] }
-serde_json = "1.0.108"
-serde_yaml = "0.9.27"
+serde = { version = "1.0.197", features = ["derive"] }
+serde_json = "1.0.115"
+serde_yaml = "0.9.34"
-async-recursion = "1.0.5"
-futures = "0.3.29"
+async-recursion = "1.1.0"
+futures = "0.3.30"
tokio = { workspace = true }
-regex = "1.10.2"
-base64 = "0.21.7"
+regex = "1.10.4"
+base64 = "0.22.0"