Skip to content

Commit 451f083

Browse files
fix(deps): update rust crate pyo3-bytes to 0.5.0
1 parent fd6ca26 commit 451f083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ codegen-sdk-analyzer = { workspace = true }
1515
codegen-sdk-resolution = { workspace = true }
1616
pyo3 = { version = "0.25.1", features = ["anyhow", "extension-module"] }
1717
pyo3-log = "0.12.4"
18-
pyo3-bytes = "0.3.0"
18+
pyo3-bytes = "0.5.0"
1919
codegen-sdk-common = { workspace = true }
2020
anyhow = { workspace = true }
2121
codegen-sdk-ast = { workspace = true }

0 commit comments

Comments
 (0)