Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 3 updates in the /rust directory: [pyo3](https://github.com/pyo3/pyo3), [cryptography-x509](https://github.com/pyca/cryptography) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `pyo3` from 0.22.3 to 0.22.5
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.3...v0.22.5)

Updates `cryptography-x509` from `cb5ad84` to `260a61e`
- [Commits](pyca/cryptography@cb5ad84...260a61e)

Updates `openssl` from 0.10.66 to 0.10.67
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.67)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: cryptography-x509
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 8d88010 commit 0535cac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ crate-type = ["cdylib"]

[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.22.3", features = ["abi3"] }
pyo3 = { version = "0.22.5", features = ["abi3"] }
asn1 = "0.17"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
rand = "0.8.5"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"}
openssl = "0.10.66"
openssl = "0.10.67"

[features]
extension-module = ["pyo3/extension-module"]

0 comments on commit 0535cac

Please sign in to comment.