mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 03:46:32 +03:00
Move rate limiter into its own crate
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -918,6 +918,7 @@ dependencies = [
|
||||
"r2d2",
|
||||
"r2d2_sqlite",
|
||||
"rand 0.8.5",
|
||||
"ratelimit",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rusqlite",
|
||||
@@ -2878,6 +2879,10 @@ dependencies = [
|
||||
"rand_core 0.6.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ratelimit"
|
||||
version = "1.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.5.3"
|
||||
|
||||
Reference in New Issue
Block a user