Skip to content

Commit faf653a

Browse files
deps: bump pyo3 from 0.26.0 to 0.27.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.26.0 to 0.27.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d17e4b3 commit faf653a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

kadmin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ getset = "0.1"
2626
indoc = { version = "2", optional = true }
2727
kadmin-sys = { path = "../kadmin-sys", version = "0.4.0", default-features = false }
2828
libc = "0.2"
29-
pyo3 = { version = "0.26", features = [
29+
pyo3 = { version = "0.27", features = [
3030
"extension-module",
3131
"chrono",
3232
"chrono-tz",
@@ -37,7 +37,7 @@ thiserror = "2"
3737

3838
[dev-dependencies]
3939
anyhow = "1"
40-
pyo3 = { version = "0.26", features = ["auto-initialize"] }
40+
pyo3 = { version = "0.27", features = ["auto-initialize"] }
4141
rand = "0.9"
4242
serial_test = { version = "3.1", default-features = false, features = [
4343
"log",

0 commit comments

Comments
 (0)