@@ -29,7 +29,7 @@ rust-version = "1.75"
2929[dependencies ]
3030# TODO it would be very nice to remove the "py-clone" feature as it can panic,
3131# but needs a bit of work to make sure it's not used in the codebase
32- pyo3 = { version = " 0.23.2 " , features = [" generate-import-lib" , " num-bigint" , " py-clone" ] }
32+ pyo3 = { version = " 0.23.3 " , features = [" generate-import-lib" , " num-bigint" , " py-clone" ] }
3333regex = " 1.11.1"
3434strum = { version = " 0.26.3" , features = [" derive" ] }
3535strum_macros = " 0.26.4"
@@ -45,7 +45,7 @@ idna = "1.0.3"
4545base64 = " 0.22.1"
4646num-bigint = " 0.4.6"
4747uuid = " 1.11.0"
48- jiter = { version = " 0.8.1 " , features = [" python" ] }
48+ jiter = { version = " 0.8.2 " , features = [" python" ] }
4949hex = " 0.4.3"
5050
5151[lib ]
@@ -73,12 +73,12 @@ debug = true
7373strip = false
7474
7575[dev-dependencies ]
76- pyo3 = { version = " 0.23.2 " , features = [" auto-initialize" ] }
76+ pyo3 = { version = " 0.23.3 " , features = [" auto-initialize" ] }
7777
7878[build-dependencies ]
7979version_check = " 0.9.5"
8080# used where logic has to be version/distribution specific, e.g. pypy
81- pyo3-build-config = { version = " 0.23.2 " }
81+ pyo3-build-config = { version = " 0.23.3 " }
8282
8383[lints .clippy ]
8484dbg_macro = " warn"
@@ -110,7 +110,3 @@ too_many_lines = "allow"
110110unnecessary_wraps = " allow"
111111unused_self = " allow"
112112used_underscore_binding = " allow"
113-
114- [patch .crates-io ]
115- pyo3 = { git = " https://github.com/davidhewitt/pyo3" , branch = " config-file-env-var" }
116- pyo3-build-config = { git = " https://github.com/davidhewitt/pyo3" , branch = " config-file-env-var" }
0 commit comments