Skip to content

Commit d588c2c

Browse files
chore(ci): Update Cargo
1 parent 8afc967 commit d588c2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap-verbosity-flag = "3.0.2"
1717
comfy-table = "7.1.4"
1818
either = "1.15.0"
1919
fs-err = "3.1.0"
20-
hashlink = "0.10.0"
20+
hashlink = "0.11.0"
2121
insta = "1.43.1"
2222
indexmap = "2.7.1"
2323
once_cell = "1.21.3"

py-pixi-build-backend/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ native-tls = ["pixi-build-backend/native-tls", "rattler-build/native-tls"]
1414

1515
[dependencies]
1616
# PyO3 for Python bindings
17-
pyo3 = { version = "0.26", features = [
17+
pyo3 = { version = "0.27", features = [
1818
"extension-module",
1919
"abi3-py38",
2020
"serde",
2121
"py-clone",
2222
"experimental-async",
2323
] }
2424

25-
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
25+
pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] }
2626

2727
# Core pixi-build dependencies (local crates)
2828
pixi-build-backend = { path = "../crates/pixi-build-backend" }
@@ -54,7 +54,7 @@ pythonize = "0.26"
5454
paste = "1.0.15"
5555

5656
[build-dependencies]
57-
pyo3-build-config = "0.26"
57+
pyo3-build-config = "0.27"
5858

5959
[profile.ci]
6060
codegen-units = 16

0 commit comments

Comments
 (0)