aboutsummaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-01 13:53:40 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-01 13:53:40 +0100
commit5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch)
treedfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /import
parentb4a6cbfe411f6420922040061c72ffa4febf7111 (diff)
downloadjellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar
jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2
jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst
update deps
Diffstat (limited to 'import')
-rw-r--r--import/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index 0633664..27872b7 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.86"
+anyhow = "1.0.92"
reqwest = { workspace = true }
urlencoding = "2.1.3"
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
-serde = { version = "1.0.203", features = ["derive"] }
-serde_json = "1.0.120"
+serde = { version = "1.0.214", features = ["derive"] }
+serde_json = "1.0.132"
serde_yaml = "0.9.34"
async-recursion = "1.1.1"
-futures = "0.3.30"
+futures = "0.3.31"
tokio = { workspace = true }
-regex = "1.10.5"
+regex = "1.11.1"
base64 = "0.22.1"