Skip to content

Commit 69b2b0d

Browse files
chore(deps): bump pyo3 from 0.24.2 to 0.27.2
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.2 to 0.27.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.27.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1edfd87 commit 69b2b0d

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

Cargo.lock

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

tokenserver-auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ syncserver-common = { path = "../syncserver-common" }
2727
tokenserver-common = { path = "../tokenserver-common" }
2828
tokenserver-settings = { path = "../tokenserver-settings" }
2929
tokio = { workspace = true }
30-
pyo3 = { version = "0.24", features = ["auto-initialize"], optional = true }
30+
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
3131

3232

3333
[dev-dependencies]

tokenserver-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ backtrace.workspace = true
1111
http.workspace = true
1212
serde.workspace = true
1313

14-
pyo3 = { version = "0.24", features = ["auto-initialize"], optional = true }
14+
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
1515
syncserver-common = { path = "../syncserver-common" }
1616

1717
[features]

0 commit comments

Comments
 (0)