From 772f16902d75e3d6ae211b9ef3977316708698c4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 24 Jun 2025 15:11:08 +0200 Subject: build(yt_dlp/Cargo.toml): Pin git dependencies --- crates/yt_dlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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", -- cgit 1.4.1