Skip to content

Commit

Permalink
Bump the actions group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update in the /rust directory: [asn1](https://github.com/alex/rust-asn1).
Bumps the actions group with 1 update in the /rust/tsp-asn1 directory: [asn1](https://github.com/alex/rust-asn1).


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

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

---
updated-dependencies:
- dependency-name: asn1
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 6bda046 commit 236fa70
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 9 deletions.
29 changes: 25 additions & 4 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.23.1", features = ["abi3"] }
asn1 = "0.19"
asn1 = "0.20"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
Expand Down
27 changes: 24 additions & 3 deletions rust/tsp-asn1/Cargo.lock

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

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.19"
asn1 = "0.20"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "4c72f368234e60a06e4a0beaf87be55940dd49c1" }

[dev-dependencies]
Expand Down

0 comments on commit 236fa70

Please sign in to comment.