Skip to content

Commit ccd7609

Browse files
Bump BenchmarkDotNet from 0.13.9 to 0.13.12 (#1011)
* Bump BenchmarkDotNet from 0.13.9 to 0.13.12 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.12. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.12) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update package.lock file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chlafreniere <hichise@gmail.com>
1 parent 00ccedc commit ccd7609

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="4.0.1" />
2222
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
24-
<PackageVersion Include="BenchmarkDotNet" Version="0.13.9" />
24+
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
2525
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.17.0" />
2626
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.11.0" />
2727
<PackageVersion Include="System.Net.NameResolution" Version="4.3.0" />

performance/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"net6.0": {
55
"BenchmarkDotNet": {
66
"type": "Direct",
7-
"requested": "[0.13.9, )",
8-
"resolved": "0.13.9",
9-
"contentHash": "IUjrVIkxs6atvV8XtkZqMoweS223c+Qmd7SksEGnEw1uvDWLKG9S/4oF9gjJ+RSnZRkwFIHFHc6vFaCM6MLRnQ==",
7+
"requested": "[0.13.12, )",
8+
"resolved": "0.13.12",
9+
"contentHash": "aKnzpUZJJfLBHG7zcfQZhCexZQKcJgElC8qcFUTXPMYFlVauJBobuOmtRnmrapqC2j7EjjZCsPxa3yLvFLx5/Q==",
1010
"dependencies": {
11-
"BenchmarkDotNet.Annotations": "0.13.9",
11+
"BenchmarkDotNet.Annotations": "0.13.12",
1212
"CommandLineParser": "2.9.1",
1313
"Gee.External.Capstone": "2.3.0",
1414
"Iced": "1.17.0",
@@ -64,8 +64,8 @@
6464
},
6565
"BenchmarkDotNet.Annotations": {
6666
"type": "Transitive",
67-
"resolved": "0.13.9",
68-
"contentHash": "DlrAg9cZ5WqNXk17qYtwJBHJq8Ss3LWlpodrZpi9fEDd6Bp1qfPKquzkbF9xUIIEHbQhuURluGdJZIVutsfC+A=="
67+
"resolved": "0.13.12",
68+
"contentHash": "4zmFOOJqW1GrEP/t5XKgh97LH9r6zixGy2IA0JAaoTNNnZ8kPBt9u/XagsGNyV0e7rglOpFcWc6wI5EjefKpKA=="
6969
},
7070
"Castle.Core": {
7171
"type": "Transitive",

0 commit comments

Comments
 (0)