Skip to content

Commit

Permalink
Bump rust-asn1 to 0.12.0 (#7563)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 5, 2022
1 parent 1742975 commit aca4b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/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 src/rust/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
once_cell = "1"
pyo3 = { version = "0.15.2" }
asn1 = { version = "0.11.0", default-features = false, features = ["derive"] }
asn1 = { version = "0.12.0", default-features = false, features = ["derive"] }
pem = "1.1"
chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
ouroboros = "0.15"
Expand Down

0 comments on commit aca4b10

Please sign in to comment.