Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)

This commit is contained in:
Alex Auvolat
2022-09-14 16:09:38 +02:00
parent 80fdbfb0aa
commit e46dc2a8ef
6 changed files with 83 additions and 58 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi
tokio-stream = { version = "0.1", features = ["net"] }
opentelemetry = "0.17"
netapp = { version = "0.5.0", features = ["telemetry"] }
netapp = { version = "0.5.1", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }