Skip to content

Commit

Permalink
Merge pull request #30 from adamh-oai/pr30
Browse files Browse the repository at this point in the history
biscuit-python: bump pyo3 to 0.22.6
  • Loading branch information
divarvel authored Nov 25, 2024
2 parents 81698fd + 706af0c commit a3dc076
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 107 deletions.
113 changes: 34 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
biscuit-auth = { version = "5.0.0", features = ["pem"] }
pyo3 = { version = "0.18.3", features = ["extension-module", "chrono"]}
pyo3 = { version = "0.22.6", features = ["extension-module", "chrono"] }
hex = "0.4"
base64 = "0.13.0"
chrono = "0.4"
Loading

0 comments on commit a3dc076

Please sign in to comment.