feat: support rauth events

feat: add platform user wipe event
This commit is contained in:
Paul Makles
2023-01-20 15:43:45 +00:00
parent cf9c0bc5e1
commit fed1da72fd
8 changed files with 58 additions and 14 deletions

14
Cargo.lock generated
View File

@@ -2580,8 +2580,8 @@ dependencies = [
[[package]]
name = "rauth"
version = "1.0.0"
source = "git+https://github.com/insertish/rauth?rev=195f1703cc4c57be01a39f465296cab4e22524b3#195f1703cc4c57be01a39f465296cab4e22524b3"
version = "1.0.2"
source = "git+https://github.com/insertish/rauth?tag=1.0.2#d466718bb4f1c8ca03f4a17265a646a52e07dff5"
dependencies = [
"async-std",
"async-trait",
@@ -2790,7 +2790,7 @@ dependencies = [
[[package]]
name = "revolt-bonfire"
version = "0.5.5"
version = "0.5.6"
dependencies = [
"async-std",
"async-tungstenite",
@@ -2806,7 +2806,7 @@ dependencies = [
[[package]]
name = "revolt-delta"
version = "0.5.5"
version = "0.5.6"
dependencies = [
"async-channel",
"async-std",
@@ -2846,7 +2846,7 @@ dependencies = [
[[package]]
name = "revolt-quark"
version = "0.1.0"
version = "0.5.6"
dependencies = [
"async-recursion",
"async-std",
@@ -3080,8 +3080,8 @@ dependencies = [
[[package]]
name = "rocket_rauth"
version = "1.0.0"
source = "git+https://github.com/insertish/rauth?rev=195f1703cc4c57be01a39f465296cab4e22524b3#195f1703cc4c57be01a39f465296cab4e22524b3"
version = "1.0.2"
source = "git+https://github.com/insertish/rauth?tag=1.0.2#d466718bb4f1c8ca03f4a17265a646a52e07dff5"
dependencies = [
"iso8601-timestamp",
"rauth",