Skip to content

Commit d856993

Browse files
Update RestSharp requirement from 108.0.* to 109.0.*
Updates the requirements on [RestSharp](https://github.com/restsharp/RestSharp) to permit the latest version. - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](restsharp/RestSharp@108.0.0...109.0.1) --- updated-dependencies: - dependency-name: RestSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d92d5f9 commit d856993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TestClient/TestClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="RestSharp" Version="108.0.*" />
8+
<PackageReference Include="RestSharp" Version="109.0.*" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)