Skip to content

Commit

Permalink
Update instant_acme
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 29, 2023
1 parent 0a92d72 commit 8f6dfb9
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 50 deletions.
130 changes: 95 additions & 35 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kuchikiki = {version = "0.8.2", optional = true}
lol_html = {version = "0.3.1", optional = true}
rand = {version = "0.8"}
regex = "1"
ring = "0.16.19"
ring = "0.17.6"
rio_api = {version = "0.8", optional = true}
rio_turtle = {version = "0.8", optional = true}
serde = {version = "1", features = ["derive"]}
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ urlencoding = "2"

[dependencies.instant-acme]
optional = true
version = "0.1"
version = "0.4"

[dependencies.rcgen]
optional = true
version = "0.10"
version = "0.11"

[dependencies.tracing-opentelemetry]
optional = true
Expand Down
Loading

0 comments on commit 8f6dfb9

Please sign in to comment.