Skip to content

Commit

Permalink
Update changelog & packages.lock.json
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dependabot[bot] committed Jul 3, 2023
1 parent dc6a9d2 commit 3e8aa71
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 64 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Microsoft.NET.Test.Sdk` from 17.4.1 to 17.6.2
- Bumps `Fake.IO.FileSystem` from 5.23.1 to 6.0.0
- Bumps `Microsoft.SourceLink.GitHub` from 1.0.0 to 1.1.1
- Bumps `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1

## [1.3.0]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -897,7 +897,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.opensearch.ephemeral": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -897,7 +897,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.opensearch.ephemeral": {
Expand Down
12 changes: 6 additions & 6 deletions src/OpenSearch.Client.JsonNetSerializer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -98,7 +98,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
}
},
Expand Down Expand Up @@ -180,8 +180,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -305,7 +305,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
12 changes: 6 additions & 6 deletions src/OpenSearch.Client/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
}
},
Expand Down Expand Up @@ -162,8 +162,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -281,7 +281,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
12 changes: 6 additions & 6 deletions src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
}
},
Expand Down Expand Up @@ -185,8 +185,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -312,7 +312,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
12 changes: 6 additions & 6 deletions src/OpenSearch.Net.VirtualizedCluster/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
}
},
Expand Down Expand Up @@ -162,8 +162,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -281,7 +281,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
18 changes: 9 additions & 9 deletions src/OpenSearch.Net/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -134,9 +134,9 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -317,9 +317,9 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.Auth.AwsSigV4/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -902,7 +902,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.net.auth.awssigv4": {
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.ClusterLauncher/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -867,7 +867,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.opensearch.ephemeral": {
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -945,7 +945,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.Domain/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
Expand Down Expand Up @@ -811,7 +811,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )",
"System.Diagnostics.DiagnosticSource": "[6.0.1, )",
"System.Reflection.Emit": "[4.7.0, )",
"System.Reflection.Emit.Lightweight": "[4.3.0, )"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.Reproduce/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -897,7 +897,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.opensearch.ephemeral": {
Expand Down
8 changes: 4 additions & 4 deletions tests/Tests.ScratchPad/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -1078,7 +1078,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
},
"opensearch.opensearch.ephemeral": {
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.YamlRunner/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"resolved": "6.0.1",
"contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
Expand Down Expand Up @@ -385,7 +385,7 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"System.Buffers": "[4.5.1, )",
"System.Diagnostics.DiagnosticSource": "[6.0.0, )"
"System.Diagnostics.DiagnosticSource": "[6.0.1, )"
}
}
}
Expand Down
Loading

0 comments on commit 3e8aa71

Please sign in to comment.