Skip to content

Commit a3dc076

Browse files
authored
Merge pull request #30 from adamh-oai/pr30
biscuit-python: bump pyo3 to 0.22.6
2 parents 81698fd + 706af0c commit a3dc076

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)