Skip to content

Commit b20d1b9

Browse files
Bump ConsoleTables from 2.5.0 to 2.6.1 (#445)
Bumps [ConsoleTables](https://github.com/khalidabuhakmeh/ConsoleTables) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/khalidabuhakmeh/ConsoleTables/releases) - [Commits](khalidabuhakmeh/ConsoleTables@2.5.0...2.6.1) --- updated-dependencies: - dependency-name: ConsoleTables dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bade28 commit b20d1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="ConsoleTables" Version="2.5.0" />
21+
<PackageReference Include="ConsoleTables" Version="2.6.1" />
2222
<PackageReference Include="CsvHelper" Version="30.0.1" />
2323
<PackageReference Include="EasyConsole" Version="1.1.0">
2424
<NoWarn>NU1701</NoWarn>

BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
19-
<PackageReference Include="ConsoleTables" Version="2.5.0" />
19+
<PackageReference Include="ConsoleTables" Version="2.6.1" />
2020
<PackageReference Include="CsvHelper" Version="30.0.1" />
2121
<PackageReference Include="EasyConsole" Version="1.1.0">
2222
<NoWarn>NU1701</NoWarn>

0 commit comments

Comments
 (0)