Skip to content

Commit 706af0c

Browse files
committed
biscuit-python: bump pyo3 to 0.23.1
This is mostly just following the upgrade guide here: https://pyo3.rs/v0.22.0/migration.html I chose to not go directly to 0.23.1 because (selfishly) we're on 0.22.6 and don't want to wait on our upgrade. Normally these python bindings would be independent of what other modules in our codebase are doing, but in this case I'm trying to build a single rust package with biscuit-python + bindings to our own layer on top of biscuits, so they need to use the same pyo3 version. Test Plan:
1 parent 81698fd commit 706af0c

File tree

3 files changed

+71
-107
lines changed

3 files changed

+71
-107
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
biscuit-auth = { version = "5.0.0", features = ["pem"] }
12-
pyo3 = { version = "0.18.3", features = ["extension-module", "chrono"]}
12+
pyo3 = { version = "0.22.6", features = ["extension-module", "chrono"] }
1313
hex = "0.4"
1414
base64 = "0.13.0"
1515
chrono = "0.4"

0 commit comments

Comments
 (0)