about summary refs log tree commit diff stats
path: root/crates/yt_dlp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/yt_dlp/Cargo.toml15
1 files changed, 4 insertions, 11 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index 4f62eec..eb2924d 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -22,20 +22,13 @@ rust-version.workspace = true
 publish = true
 
 [dependencies]
-curl = "0.4.48"
-indexmap = { version = "2.9.0", default-features = false }
+curl = "0.4.49"
 log.workspace = true
-rustpython = { git = "https://github.com/RustPython/RustPython.git", features = [
-  "threading",
-  "stdlib",
-  "stdio",
-  "freeze-stdlib",
-  "importlib",
-  "ssl",
-], default-features = false }
+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]