Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump RestSharp from 112.1.0 to 113.0.0
---
updated-dependencies:
- dependency-name: RestSharp
  dependency-version: 113.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: RestSharp
  dependency-version: 113.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2025
commit 74483986a163340a06e8014a00371ece200bf51b
2 changes: 1 addition & 1 deletion examples/Example.Console/Example.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp" Version="113.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/Example.RestSharp/Example.RestSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp" Version="113.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CycleTLS.RestSharp/CycleTLS.RestSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<ItemGroup>
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp" Version="113.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CycleTLS/CycleTLS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp" Version="113.0.0" />
<PackageReference Include="Websocket.Client" Version="5.1.2" />
</ItemGroup>

Expand Down