Skip to content

Commit

Permalink
Update x509-parser to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Feb 1, 2025
1 parent 1b7eb68 commit 155598e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
50 changes: 35 additions & 15 deletions 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 azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.5", default-features = false, features = [
"parking_lot", # for slimmer tokio::sync::OnceCell
"sync",
] }
x509-parser = { version = "0.16", default-features = false }
x509-parser = { version = "0.17", default-features = false }

acme = { path = "../acme" }
http-common = { path = "../http-common" }
Expand Down

0 comments on commit 155598e

Please sign in to comment.