Skip to content

Commit

Permalink
build(deps): update x509-parser requirement from 0.15 to 0.16
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 Mar 1, 2024
1 parent ea4888c commit a96083d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ memchr = { version = "2", optional = true }
rand = { version = "0.8", optional = true, features = ["small_rng"] }

# Automatic hostname
x509-parser = { version = "0.15", optional = true }
x509-parser = { version = "0.16", optional = true }

# Compression
brotli = { version = "3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ percent-encoding = { version = "2", optional = true }
memchr = "2"
url-crawl = { version = "0.2", path = "../url-crawl", optional = true }
small-acme = { version = "0.2.2", optional = true }
x509-parser = { version = "0.15", optional = true }
x509-parser = { version = "0.16", optional = true }
rustls = { version = "0.22", optional = true, default-features = false }
# serialize credentials
ron = { version = "0.8", optional = true }
Expand Down

0 comments on commit a96083d

Please sign in to comment.