Skip to content

Commit

Permalink
Bump csFastFloat from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [csFastFloat](https://github.com/CarlVerret/csFastFloat) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/CarlVerret/csFastFloat/releases)
- [Commits](https://github.com/CarlVerret/csFastFloat/commits/v4.1.3)

---
updated-dependencies:
- dependency-name: csFastFloat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent 40e2367 commit 50aa88e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Sep.Benchmarks/Sep.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
<PackageReference Include="csFastFloat" Version="4.1.2" />
<PackageReference Include="csFastFloat" Version="4.1.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
<PackageReference Include="csFastFloat" Version="4.1.2" />
<PackageReference Include="csFastFloat" Version="4.1.3" />
<PackageReference Include="CsvHelper" Version="31.0.3" />
<PackageReference Include="Sylvan.Common" Version="0.4.3" />
<PackageReference Include="Sylvan.Data.Csv" Version="1.3.7" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sep/Sep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="csFastFloat" Version="4.1.2" />
<PackageReference Include="csFastFloat" Version="4.1.3" />
</ItemGroup>

</Project>

0 comments on commit 50aa88e

Please sign in to comment.