Skip to content

Commit

Permalink
Bump the actions group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and [asn1](https://github.com/alex/rust-asn1) to permit the latest version.

Updates `pyo3` from 0.22.6 to 0.23.1
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.6...v0.23.1)

Updates `asn1` from 0.18.0 to 0.19.0
- [Commits](alex/rust-asn1@0.18.0...0.19.0)

Updates `asn1` to 0.19.0
- [Commits](alex/rust-asn1@0.18.0...0.19.0)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: asn1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: asn1
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b22aebb commit 1fe45cd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 17 deletions.
55 changes: 41 additions & 14 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,8 +14,8 @@ crate-type = ["cdylib"]

[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.22.6", features = ["abi3"] }
asn1 = "0.18"
pyo3 = { version = "0.23.1", features = ["abi3"] }
asn1 = "0.19"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion rust/tsp-asn1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
name = "tsp_asn1"

[dependencies]
asn1 = "0.18"
asn1 = "0.19"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" }

[dev-dependencies]
Expand Down

0 comments on commit 1fe45cd

Please sign in to comment.