Bump System.Text.Encodings.Web from 9.0.0 to 9.0.1

Bumps [System.Text.Encodings.Web](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-18 23:29:09 +00:00
committed by GitHub
parent 157de8bf90
commit a53b37e862
@@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.0" />
<!-- Usage: Data model annotating -->
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.1" />
</ItemGroup>
<ItemGroup>