Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-09-09 16:43:03 +02:00
Родитель bd2545c8c4
Коммит 215ac31b70
3 изменённых файлов: 196 добавлений и 291 удалений

483
Cargo.lock сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -34,7 +34,7 @@ nextcloud-config-parser = { version = "0.4", features = ["db-sqlx", "redis-conne
[dev-dependencies]
mini-redis = "0.4"
tokio-tungstenite = "0.15"
http-auth-basic = "0.2"
http-auth-basic = "0.3"
test_client = { path = "test_client" }
[build-dependencies]

Просмотреть файл

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
tungstenite = { version = "0.14", default-features = false, features = ["rustls-tls"] }
tungstenite = { version = "0.15", default-features = false, features = ["rustls-tls-webpki-roots"] }
color-eyre = "0.5"
serde_json = "1"
ureq = "2"