Skip to content

Commit

Permalink
Update to AsyncKeyedLock 6.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarkCiliaVincenti authored Feb 25, 2023
1 parent 55c2e1b commit da1174d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNet.RateLimiter/DotNet.RateLimiter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ItemGroup>-->

<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="6.1.1" />
<PackageReference Include="AsyncKeyedLock" Version="6.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RedLock.net" Version="2.3.1" />
<PackageReference Include="StackExchange.Redis" Version="2.2.88" />
Expand Down

0 comments on commit da1174d

Please sign in to comment.