Skip to content

Commit

Permalink
Bump BouncyCastle.Cryptography from 2.0.0 to 2.3.1 in /src/Libplanet
Browse files Browse the repository at this point in the history
Bumps [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) from 2.0.0 to 2.3.1.
- [Commits](bcgit/bc-csharp@release-2.0.0...release-2.3.1)

---
updated-dependencies:
- dependency-name: BouncyCastle.Cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent c1df40d commit d35ea20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Libplanet.Crypto/Libplanet.Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="System.Collections.Immutable" Version="1.*" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<PackageReference Include="Menees.Analyzers.2017" Version="2.0.3">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://docs.libplanet.io/</Description>
<PackageReference Include="System.Collections.Immutable" Version="1.*" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Menees.Analyzers.2017" Version="2.0.3">
Expand Down

1 comment on commit d35ea20

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d35ea20 Previous: d99e816 Ratio
Libplanet.Benchmarks.Store.TryGetNonExistentBlockHash 25426.75257731959 ns (± 4368.195983066426) 12357.155555555555 ns (± 720.595102240699) 2.06
Libplanet.Benchmarks.Store.GetRecentTxOutOfManyTxs 6662.948979591837 ns (± 534.1936475101376) 3069.5157894736844 ns (± 288.452579647829) 2.17

This comment was automatically generated by workflow using github-action-benchmark.

CC: @libplanet

Please sign in to comment.