From a2911e42c654b94f2caf2883e13ec23480f1945f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 9 Apr 2022 14:38:38 +0100 Subject: [PATCH] chore: bump dependencies --- Cargo.lock | 32 ++------------------------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c23a3d4..d8b4fc82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2765,34 +2765,6 @@ dependencies = [ "rand_core 0.3.1", ] -[[package]] -name = "rauth" -version = "1.0.0" -source = "git+https://github.com/insertish/rauth?rev=501d445e7b42a1c229bfa88c01fa6415f4cb7992#501d445e7b42a1c229bfa88c01fa6415f4cb7992" -dependencies = [ - "async-std", - "base32", - "chrono", - "futures", - "handlebars", - "json", - "lazy_static", - "lettre", - "mongodb 1.2.3", - "nanoid", - "rand 0.8.4", - "regex", - "reqwest", - "rocket", - "rust-argon2", - "serde", - "serde_json", - "totp-lite", - "ulid 0.4.1", - "validator", - "wither", -] - [[package]] name = "rauth" version = "1.0.0" @@ -3020,7 +2992,7 @@ dependencies = [ "num_enum", "once_cell", "phf", - "rauth 1.0.0 (git+https://github.com/insertish/rauth?rev=611b11baa9e199bcefd0ca5bd3302f9d6904a2c6)", + "rauth", "redis 0.21.2", "regex", "reqwest", @@ -3060,7 +3032,7 @@ dependencies = [ "ops", "optional_struct", "pretty_env_logger", - "rauth 1.0.0 (git+https://github.com/insertish/rauth?rev=501d445e7b42a1c229bfa88c01fa6415f4cb7992)", + "rauth", "redis-kiss", "rocket", "rocket_okapi", diff --git a/Cargo.toml b/Cargo.toml index 41b224c5..b880eb11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,4 @@ rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596 # quark # revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "7585b7944f1a654a28f9902f2cf0f6778f7abd5a" } -revolt-quark = { path = "/run/media/mink/oldssd/revolt/quark/" } +revolt-quark = { path = "../quark" }