Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 55f3c90 commit 8b9af86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.6.2" />
<PackageReference Include="Proc" Version="0.7.3" />
<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 @@ -44,6 +44,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Proc" Version="0.6.2" />
<PackageReference Include="Proc" Version="0.7.3" />
</ItemGroup>
</Project>

0 comments on commit 8b9af86

Please sign in to comment.