Skip to content

Commit 140fc67

Browse files
build(deps): bump the cargo group across 1 directory with 2 updates
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `pyo3` to 0.25.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.0...v0.25.0) Updates `nix` to 0.30.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.0 dependency-type: direct:production dependency-group: cargo - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc7695f commit 140fc67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ napi-build = "2.1.4"
2222

2323
[target.'cfg(target_os = "linux")'.dependencies]
2424
linux-embedded-hal = {version = "0.4.0", default-features = false, features = ["gpio_cdev", "spi"]}
25-
nix = { version = "0.29.0", features = ["time"]}
25+
nix = { version = "0.30.1", features = ["time"]}

bindings/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
embedded-hal = "1.0.0"
17-
pyo3 = {version = "0.24.0", features = ["extension-module"]}
17+
pyo3 = {version = "0.25.1", features = ["extension-module"]}
1818
rf24-rs = { path = "../../crates/rf24-rs", features = ["std"]}
1919
rf24ble-rs = { path = "../../crates/rf24ble-rs", features = ["std"] }
2020

2121
[target.'cfg(target_os = "linux")'.dependencies]
2222
linux-embedded-hal = {version = "0.4.0", default-features = false, features = ["gpio_cdev", "spi"]}
23-
nix = { version = "0.29.0", features = ["time"]}
23+
nix = { version = "0.30.1", features = ["time"]}

0 commit comments

Comments
 (0)