Skip to content

Commit 6769857

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the cargo-minor group in /tictactoe_rust with 2 updates
Bumps the cargo-minor group in /tictactoe_rust with 2 updates: [rand](https://github.com/rust-random/rand) and [pyo3](https://github.com/pyo3/pyo3). Updates `rand` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.9.0...rand_core-0.9.1) Updates `pyo3` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bec5ef commit 6769857

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

tictactoe_rust/Cargo.lock

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

tictactoe_rust/tictactoe_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ publish = false
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
rand = "0.9.0"
17+
rand = "0.9.1"
1818
scan-rules = "0.2.0"

tictactoe_rust/tictactoe_rust_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ name = "tictactoe_rust_python"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.24.1", features = ["extension-module"] }
19+
pyo3 = { version = "0.24.2", features = ["extension-module"] }
2020
tictactoe_rust = { path = "../tictactoe_rust" }

0 commit comments

Comments
 (0)