bumb dependencies
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Родитель
bd2545c8c4
Коммит
215ac31b70
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче