Skip to content

Commit

Permalink
use jiter 0.8.2, pyo3 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 4, 2024
1 parent f441edd commit 028eb41
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
29 changes: 17 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.75"
[dependencies]
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
# but needs a bit of work to make sure it's not used in the codebase
pyo3 = { version = "0.23.2", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.23.3", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.11.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand All @@ -45,7 +45,7 @@ idna = "1.0.3"
base64 = "0.22.1"
num-bigint = "0.4.6"
uuid = "1.11.0"
jiter = { version = "0.8.1", features = ["python"] }
jiter = { version = "0.8.2", features = ["python"] }
hex = "0.4.3"

[lib]
Expand Down Expand Up @@ -73,12 +73,12 @@ debug = true
strip = false

[dev-dependencies]
pyo3 = { version = "0.23.2", features = ["auto-initialize"] }
pyo3 = { version = "0.23.3", features = ["auto-initialize"] }

[build-dependencies]
version_check = "0.9.5"
# used where logic has to be version/distribution specific, e.g. pypy
pyo3-build-config = { version = "0.23.2" }
pyo3-build-config = { version = "0.23.3" }

[lints.clippy]
dbg_macro = "warn"
Expand Down Expand Up @@ -110,7 +110,3 @@ too_many_lines = "allow"
unnecessary_wraps = "allow"
unused_self = "allow"
used_underscore_binding = "allow"

[patch.crates-io]
pyo3 = { git = "https://github.com/davidhewitt/pyo3", branch = "config-file-env-var" }
pyo3-build-config = { git = "https://github.com/davidhewitt/pyo3", branch = "config-file-env-var" }

0 comments on commit 028eb41

Please sign in to comment.