about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 15:11:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 15:11:08 +0200
commit772f16902d75e3d6ae211b9ef3977316708698c4 (patch)
treebb9a1cd591f2825376903efb3fc826b4f87966b1 /crates
parentfix(yt_dlp/post_processors/dearrow): Don't try to access the drained vec (diff)
downloadyt-772f16902d75e3d6ae211b9ef3977316708698c4.zip
build(yt_dlp/Cargo.toml): Pin git dependencies
Diffstat (limited to 'crates')
-rw-r--r--crates/yt_dlp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index 4f62eec..b8791a0 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -25,7 +25,7 @@ publish = true
 curl = "0.4.48"
 indexmap = { version = "2.9.0", default-features = false }
 log.workspace = true
-rustpython = { git = "https://github.com/RustPython/RustPython.git", features = [
+rustpython = { git = "https://github.com/RustPython/RustPython.git", rev = "c968fe0f", features = [
   "threading",
   "stdlib",
   "stdio",