Skip to content

Commit

Permalink
chore(deps): update x509-parser requirement from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: x509-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 2f75c1b commit 4a3bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tls-listener = { version = "0.8.0", features = ["rustls", "hyper-h1", "hyper-h2"
tokio = { version = "1.24.2", features = ["full"] }
tokio-native-tls = "0.3.1"
tracing-subscriber = "0.3.0"
x509-parser = "0.15.0"
x509-parser = "0.16.0"

[features]
decoder = ["dep:async-compression", "dep:tokio-util", "hyper/stream", "tokio/io-util"]
Expand Down

0 comments on commit 4a3bb5b

Please sign in to comment.