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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent 1bed9c0 commit cadfbf2
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 @@ -4,7 +4,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" />
</ItemGroup>

<ItemGroup Condition="'$(SkipSonar)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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="Norgerman.Cryptography.Scrypt" Version="2.0.1" />
Expand Down

1 comment on commit cadfbf2

@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: cadfbf2 Previous: 2fbd71c Ratio
Libplanet.Benchmarks.Commit.DecodeBlockCommit(ValidatorSize: 4) 10738992.857142856 ns (± 82618.29248264123) 5149807.142857143 ns (± 56252.47296151267) 2.09

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

CC: @libplanet

Please sign in to comment.