chore: ensure restrict_reactions is used in conjunction with reactions list

This commit is contained in:
Paul Makles
2023-01-20 18:06:44 +00:00
parent 7a6bd70dcd
commit e0b918771d
4 changed files with 35 additions and 11 deletions

8
Cargo.lock generated
View File

@@ -2580,8 +2580,8 @@ dependencies = [
[[package]]
name = "rauth"
version = "1.0.3"
source = "git+https://github.com/insertish/rauth?tag=1.0.3#a62eae5076d94730d06e76d438cbca0d70161856"
version = "1.0.4"
source = "git+https://github.com/insertish/rauth?tag=1.0.4#2d3bc59623672e3ff57c49a90c4d3cd20780dbba"
dependencies = [
"async-std",
"async-trait",
@@ -3080,8 +3080,8 @@ dependencies = [
[[package]]
name = "rocket_rauth"
version = "1.0.3"
source = "git+https://github.com/insertish/rauth?tag=1.0.3#a62eae5076d94730d06e76d438cbca0d70161856"
version = "1.0.4"
source = "git+https://github.com/insertish/rauth?tag=1.0.4#2d3bc59623672e3ff57c49a90c4d3cd20780dbba"
dependencies = [
"iso8601-timestamp",
"rauth",