about summary refs log tree commit diff stats
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
parentfix(yt_dlp): Polyfill missing rustpython features used in urllib3 (diff)
downloadyt-033b0d3ce9eef96827a3f33e4aa5f108e98e4878.zip
build({flake,Cargo}.lock): Update
-rw-r--r--Cargo.lock39
-rw-r--r--crates/yt/Cargo.toml2
-rw-r--r--crates/yt_dlp/Cargo.toml2
-rw-r--r--flake.lock6
4 files changed, 28 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c8b2289..1c59ef5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2019,9 +2019,9 @@ checksum = "978aa494585d3ca4ad74929863093e87cac9790d81fe7aba2b3dc2890643a0fc"
 
 [[package]]
 name = "owo-colors"
-version = "4.2.1"
+version = "4.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
+checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
 
 [[package]]
 name = "page_size"
@@ -2484,7 +2484,7 @@ dependencies = [
 [[package]]
 name = "rustpython"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "cfg-if",
  "dirs-next",
@@ -2503,7 +2503,7 @@ dependencies = [
 [[package]]
 name = "rustpython-codegen"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ahash",
  "bitflags 2.9.1",
@@ -2528,7 +2528,7 @@ dependencies = [
 [[package]]
 name = "rustpython-common"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ascii",
  "bitflags 2.9.1",
@@ -2557,7 +2557,7 @@ dependencies = [
 [[package]]
 name = "rustpython-compiler"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ruff_python_ast",
  "ruff_python_parser",
@@ -2572,7 +2572,7 @@ dependencies = [
 [[package]]
 name = "rustpython-compiler-core"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "bitflags 2.9.1",
  "itertools 0.14.0",
@@ -2586,7 +2586,7 @@ dependencies = [
 [[package]]
 name = "rustpython-compiler-source"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ruff_source_file",
  "ruff_text_size",
@@ -2595,7 +2595,7 @@ dependencies = [
 [[package]]
 name = "rustpython-derive"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "proc-macro2",
  "rustpython-compiler",
@@ -2606,7 +2606,7 @@ dependencies = [
 [[package]]
 name = "rustpython-derive-impl"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "itertools 0.14.0",
  "maplit",
@@ -2630,7 +2630,7 @@ dependencies = [
 [[package]]
 name = "rustpython-literal"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "hexf-parse",
  "is-macro",
@@ -2643,7 +2643,7 @@ dependencies = [
 [[package]]
 name = "rustpython-pylib"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "glob",
  "rustpython-compiler-core",
@@ -2653,7 +2653,7 @@ dependencies = [
 [[package]]
 name = "rustpython-sre_engine"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "bitflags 2.9.1",
  "num_enum",
@@ -2664,7 +2664,7 @@ dependencies = [
 [[package]]
 name = "rustpython-stdlib"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "adler32",
  "ahash",
@@ -2726,6 +2726,7 @@ dependencies = [
  "unic-ucd-bidi",
  "unic-ucd-category",
  "unic-ucd-ident",
+ "unicode-bidi-mirroring",
  "unicode-casing",
  "unicode_names2",
  "uuid",
@@ -2738,7 +2739,7 @@ dependencies = [
 [[package]]
 name = "rustpython-vm"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ahash",
  "ascii",
@@ -2814,7 +2815,7 @@ dependencies = [
 [[package]]
 name = "rustpython-wtf8"
 version = "0.4.0"
-source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
+source = "git+https://github.com/RustPython/RustPython.git?rev=6a992d4f#6a992d4fa2ef4f15f362b54c43aa225c3b552374"
 dependencies = [
  "ascii",
  "bstr",
@@ -3783,6 +3784,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
 
 [[package]]
+name = "unicode-bidi-mirroring"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
+
+[[package]]
 name = "unicode-casing"
 version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
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",
diff --git a/flake.lock b/flake.lock
index b687a79..6ebd85f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
   "nodes": {
     "nixpkgs": {
       "locked": {
-        "lastModified": 1750093821,
-        "narHash": "sha256-rumKjLR6VSoDG8eCiCLmwbuWDI+JnDzxaEWVF7F95OU=",
+        "lastModified": 1751009538,
+        "narHash": "sha256-H5v0MWj6OuuX0ct9INuwJj5kLDA0jKozmUcd5XfR9a4=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "526945c5798687e32d4a6f8a93660fe2ca152ae2",
+        "rev": "ce34f10e7180bdae28e8a3b0ab2f8c0ad4383506",
         "type": "github"
       },
       "original": {