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-28 15:54:45 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-28 15:58:31 +0200
commit033b0d3ce9eef96827a3f33e4aa5f108e98e4878 (patch)
treef50059ceb569859313944ac711d46b2530d089e6 /crates
parentfix(yt_dlp): Polyfill missing rustpython features used in urllib3 (diff)
downloadyt-033b0d3ce9eef96827a3f33e4aa5f108e98e4878.zip
build({flake,Cargo}.lock): Update
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/Cargo.toml2
-rw-r--r--crates/yt_dlp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml
index c6d8c30..c3ed3b0 100644
--- a/crates/yt/Cargo.toml
+++ b/crates/yt/Cargo.toml
@@ -31,7 +31,7 @@ chrono-humanize = "0.2.3"
 clap = { version = "4.5.40", features = ["derive"] }
 clap_complete = { version = "4.5.54", features = ["unstable-dynamic"] }
 futures = "0.3.31"
-owo-colors = "4.2.1"
+owo-colors = "4.2.2"
 regex = "1.11.1"
 sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
 stderrlog = "0.6.0"
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index b8791a0..3632b23 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", rev = "c968fe0f", features = [
+rustpython = { git = "https://github.com/RustPython/RustPython.git", rev = "6a992d4f", features = [
   "threading",
   "stdlib",
   "stdio",