Check that sync.server.origin is a URL (#3361)

This commit is contained in:
Dustin J. Mitchell
2024-04-15 22:11:55 -04:00
committed by GitHub
parent 4d9bb20bdd
commit 10cec507cb
6 changed files with 18 additions and 3 deletions

View File

@@ -45,3 +45,4 @@ tokio = { version = "1", features = ["rt-multi-thread"] }
thiserror = "1.0"
ureq = { version = "^2.9.0", features = ["tls"] }
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
url = { version = "2" }