Skip to content

Commit

Permalink
build(deps): update dependency fastenum to 2.0.2 (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 64b567b commit 742b8b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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="2.0.1" />
<PackageReference Include="FastEnum" Version="2.0.2" />
<PackageReference Include="NetEscapades.EnumGenerators" Version="1.0.0-beta11" />
</ItemGroup>
<ItemGroup>
Expand Down
18 changes: 9 additions & 9 deletions perf/EnumUtilities.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"FastEnum": {
"type": "Direct",
"requested": "[2.0.1, )",
"resolved": "2.0.1",
"contentHash": "qvIKReTDikp8DJehkw1iRA4bKKEZyNM1bt/nWuUIa2nuWuNARJplgNkVE/HS+Eg0GXQyYPoVgOivUDX+5K/heg==",
"requested": "[2.0.2, )",
"resolved": "2.0.2",
"contentHash": "bP2apCrgLDQhWyWtatdidbkJX7KmY45bZHzP9eJAH8D5NnMkPdmmvoZPTMm7yg0xSxoPnhGgEWNb16qHaFqKZQ==",
"dependencies": {
"FastEnum.Core": "2.0.1",
"FastEnum.Generators": "2.0.1"
"FastEnum.Core": "2.0.2",
"FastEnum.Generators": "2.0.2"
}
},
"Nerdbank.GitVersioning": {
Expand All @@ -66,13 +66,13 @@
},
"FastEnum.Core": {
"type": "Transitive",
"resolved": "2.0.1",
"contentHash": "e3BLJznyKus1j8kHdyMGaqhH3ZyoNjh5EJ4rgdkY+OxHDuExdemrwfHviluksyD49MchpBS+zJuEhx5UReVCJA=="
"resolved": "2.0.2",
"contentHash": "lqFeY837pCCxnf9Dmz9EyUVyQ+wz+C7j5o5RK+YswafGb5YaUI+KHcx+vGda0tWnnlWSVrWTwHKaSbM04EtIAQ=="
},
"FastEnum.Generators": {
"type": "Transitive",
"resolved": "2.0.1",
"contentHash": "YG2ShCKWwqVHBgbanUz/FoDhlW6oEZc3I61sWUxr8dtQbj/U7bWCfVGpGSknpyuWqbYDa8UvJQ3AQNZwVSSoAw=="
"resolved": "2.0.2",
"contentHash": "XZrKU9fRIbbqAyuelqXNVqM+arYKykRwj/lg+WdEBoyTU9FaUF3AENMhcOtv6Jx3EmOgd+heRE7GqNW0Oz9Kfg=="
},
"Gee.External.Capstone": {
"type": "Transitive",
Expand Down

0 comments on commit 742b8b1

Please sign in to comment.