Skip to content

Commit

Permalink
build(deps): update dependency fastenum to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 38ef6ee commit 306b829
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="Enums.NET" Version="5.0.0" />
<PackageReference Include="FastEnum" Version="1.8.0" />
<PackageReference Include="FastEnum" Version="2.0.1" />
<PackageReference Include="NetEscapades.EnumGenerators" Version="1.0.0-beta09" />
</ItemGroup>
<ItemGroup>
Expand Down
20 changes: 17 additions & 3 deletions perf/EnumUtilities.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@
},
"FastEnum": {
"type": "Direct",
"requested": "[1.8.0, )",
"resolved": "1.8.0",
"contentHash": "cBVeGWLPPHyrVcJKpANXtw0CbVyb1Ltr7Lqc/HE/WktAgxKpVD3mFMbLT4IAa5cuM5oKv2zPt6ovT7AhZf4zsg=="
"requested": "[2.0.1, )",
"resolved": "2.0.1",
"contentHash": "qvIKReTDikp8DJehkw1iRA4bKKEZyNM1bt/nWuUIa2nuWuNARJplgNkVE/HS+Eg0GXQyYPoVgOivUDX+5K/heg==",
"dependencies": {
"FastEnum.Core": "2.0.1",
"FastEnum.Generators": "2.0.1"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand All @@ -60,6 +64,16 @@
"resolved": "2.9.1",
"contentHash": "OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA=="
},
"FastEnum.Core": {
"type": "Transitive",
"resolved": "2.0.1",
"contentHash": "e3BLJznyKus1j8kHdyMGaqhH3ZyoNjh5EJ4rgdkY+OxHDuExdemrwfHviluksyD49MchpBS+zJuEhx5UReVCJA=="
},
"FastEnum.Generators": {
"type": "Transitive",
"resolved": "2.0.1",
"contentHash": "YG2ShCKWwqVHBgbanUz/FoDhlW6oEZc3I61sWUxr8dtQbj/U7bWCfVGpGSknpyuWqbYDa8UvJQ3AQNZwVSSoAw=="
},
"Gee.External.Capstone": {
"type": "Transitive",
"resolved": "2.3.0",
Expand Down

0 comments on commit 306b829

Please sign in to comment.