Skip to content

Commit 8f6dfb9

Browse files
committed
Update instant_acme
1 parent 0a92d72 commit 8f6dfb9

File tree

4 files changed

+116
-50
lines changed

4 files changed

+116
-50
lines changed

Cargo.lock

Lines changed: 95 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kuchikiki = {version = "0.8.2", optional = true}
2424
lol_html = {version = "0.3.1", optional = true}
2525
rand = {version = "0.8"}
2626
regex = "1"
27-
ring = "0.16.19"
27+
ring = "0.17.6"
2828
rio_api = {version = "0.8", optional = true}
2929
rio_turtle = {version = "0.8", optional = true}
3030
serde = {version = "1", features = ["derive"]}

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ urlencoding = "2"
5151

5252
[dependencies.instant-acme]
5353
optional = true
54-
version = "0.1"
54+
version = "0.4"
5555

5656
[dependencies.rcgen]
5757
optional = true
58-
version = "0.10"
58+
version = "0.11"
5959

6060
[dependencies.tracing-opentelemetry]
6161
optional = true

0 commit comments

Comments
 (0)