Skip to content

Commit 707b440

Browse files
authored
bump jiter to 0.8.2, PyO3 to 0.23.3 (#1570)
1 parent be87e05 commit 707b440

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"] }
3333
regex = "1.11.1"
3434
strum = { version = "0.26.3", features = ["derive"] }
3535
strum_macros = "0.26.4"
@@ -45,7 +45,7 @@ idna = "1.0.3"
4545
base64 = "0.22.1"
4646
num-bigint = "0.4.6"
4747
uuid = "1.11.0"
48-
jiter = { version = "0.8.0", features = ["python"] }
48+
jiter = { version = "0.8.2", features = ["python"] }
4949
hex = "0.4.3"
5050

5151
[lib]
@@ -73,12 +73,12 @@ debug = true
7373
strip = 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]
7979
version_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]
8484
dbg_macro = "warn"

0 commit comments

Comments
 (0)