about summary refs log tree commit diff stats
path: root/crates/yt_dlp/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
commit668bcef7684093859f0d8931f89cd015260d99ee (patch)
tree8f6754380afe23f43f97b3317789ab143ed38674 /crates/yt_dlp/Cargo.toml
parentbuild(update.sh): Also work, when the cwd directory changed (diff)
downloadyt-668bcef7684093859f0d8931f89cd015260d99ee.zip
build(treewide): Update
Diffstat (limited to 'crates/yt_dlp/Cargo.toml')
-rw-r--r--crates/yt_dlp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index 87bb610..eb2924d 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -22,13 +22,13 @@ rust-version.workspace = true
 publish = true
 
 [dependencies]
-curl = "0.4.48"
+curl = "0.4.49"
 log.workspace = true
 pyo3 = { workspace = true }
 pyo3-pylogger = { path = "crates/pyo3-pylogger" }
 serde = { workspace = true, features = ["derive"] }
 serde_json.workspace = true
-thiserror = "2.0.12"
+thiserror = "2.0.17"
 url.workspace = true
 
 [lints]