From da1174dae84d7024f67f7b0bfb610fe95c00c88e Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sat, 25 Feb 2023 15:58:26 +0100 Subject: [PATCH] Update to AsyncKeyedLock 6.2.0 This version now provides an alternate technique called striped locking. With this PR, nothing changes in the way things are done, but if you would like to check out the advantages and disadvantages of the new mechanism, please read up on it at https://github.com/MarkCiliaVincenti/AsyncKeyedLock/wiki --- src/DotNet.RateLimiter/DotNet.RateLimiter.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DotNet.RateLimiter/DotNet.RateLimiter.csproj b/src/DotNet.RateLimiter/DotNet.RateLimiter.csproj index bc01df5..b1a3a8d 100644 --- a/src/DotNet.RateLimiter/DotNet.RateLimiter.csproj +++ b/src/DotNet.RateLimiter/DotNet.RateLimiter.csproj @@ -70,7 +70,7 @@ --> - +