aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock39
1 files changed, 23 insertions, 16 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"