chore: bump dependencies

This commit is contained in:
Paul Makles
2022-04-09 14:38:38 +01:00
parent 558e4b86f1
commit a2911e42c6
2 changed files with 3 additions and 31 deletions

32
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }