Skip to content

Commit

Permalink
Bump pyo3 to v0.23, cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Nov 26, 2024
1 parent 99f4421 commit 5cd453a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ name = "primp"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38", "indexmap", "anyhow"] }
pyo3 = { version = "0.23", features = ["extension-module", "abi3-py38", "indexmap", "anyhow"] }
anyhow = "1"
log = "0.4"
pyo3-log = "0.11"
pyo3-log = "0.12"
rquest = { version = "0.27", features = [
"cookies",
"multipart",
Expand All @@ -32,7 +32,7 @@ indexmap = { version = "2", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
html2text = "0.13"
bytes = "1"
pythonize = "0.22"
pythonize = "0.23"
serde_json = "1"

[profile.release]
Expand Down

0 comments on commit 5cd453a

Please sign in to comment.