Skip to content

Commit

Permalink
Bump Proc from 0.8.1 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [Proc](https://github.com/nullean/proc) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.8.1...0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 08557e9 commit b795b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<PackageReference Include="FluentAssertions" Version="6.12.1" />

<PackageReference Include="DiffPlex" Version="1.7.2" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
</ItemGroup>
</Project>

0 comments on commit b795b74

Please sign in to comment.