Skip to content

Commit

Permalink
toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Nov 27, 2024
1 parent 95c7227 commit 28277f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 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 iroh-dns-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio-rustls = { version = "0.26", default-features = false, features = [
"logging",
"ring",
] }
tokio-rustls-acme = { version = "0.5", features = ["axum"] }
tokio-rustls-acme = { version = "0.6", features = ["axum"] }
tokio-stream = "0.1.14"
tokio-util = "0.7"
toml = "0.8.10"
Expand Down
2 changes: 1 addition & 1 deletion iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tokio-rustls = { version = "0.26", default-features = false, features = [
"logging",
"ring",
] }
tokio-rustls-acme = { version = "0.5", optional = true }
tokio-rustls-acme = { version = "0.6", optional = true }
tokio-tungstenite = "0.24"
tokio-tungstenite-wasm = "0.3"
tokio-util = { version = "0.7", features = ["io-util", "io", "codec", "rt"] }
Expand Down

0 comments on commit 28277f3

Please sign in to comment.