Skip to content

Commit b0992f6

Browse files
Bump the cargo group across 1 directory with 2 updates
Bumps the cargo group with 2 updates in the / directory: [openssl](https://github.com/sfackler/rust-openssl) and [pyo3](https://github.com/pyo3/pyo3). Updates `openssl` from 0.10.72 to 0.10.73 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.72...openssl-v0.10.73) Updates `pyo3` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.25.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.73 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6ec4d4 commit b0992f6

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

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

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
bench = false
1818

1919
[dependencies]
20-
pyo3 = { version = "0.25.0", features = ["extension-module"] }
20+
pyo3 = { version = "0.25.1", features = ["extension-module"] }
2121
cpp-linter = { path = "../../cpp-linter" }
2222
tokio = "1.45.1"
2323

docs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license.workspace = true
1010

1111
[dependencies]
1212
cpp-linter = { path = "../cpp-linter" }
13-
pyo3 = "0.25.0"
13+
pyo3 = "0.25.1"
1414

1515
[lib]
1616
name = "cli_gen"

0 commit comments

Comments
 (0)