Skip to content

Commit d602365

Browse files
Update Elastic.Transport dependency (#8059) (#8060)
Co-authored-by: Florian Bernd <[email protected]>
1 parent 23ee16e commit d602365

File tree

32 files changed

+639
-718
lines changed

32 files changed

+639
-718
lines changed

benchmarks/Benchmarks/packages.lock.json

+31-7
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,12 @@
6767
},
6868
"Elastic.Transport": {
6969
"type": "Transitive",
70-
"resolved": "0.4.17",
71-
"contentHash": "T8QGwTt3E+5b3YCkctyp+aUzJRZKiKZbbngCvell9tqhqfN4Po+Fbsw2ilX5Qm0JFnoIUzpIFJyTK6mCVf4rkg=="
70+
"resolved": "0.4.18",
71+
"contentHash": "Q9nGgYxB0r1jTkUf8zWbFKLk5JHliZhVU6vukdMLHLH/1EBKQvHzPahkrnV8KsvGOPFFqFAVOhQvaxpjXuS3TA==",
72+
"dependencies": {
73+
"System.Diagnostics.DiagnosticSource": "8.0.0",
74+
"System.Text.Json": "8.0.0"
75+
}
7276
},
7377
"Elasticsearch.Net": {
7478
"type": "Transitive",
@@ -442,8 +446,11 @@
442446
},
443447
"System.Diagnostics.DiagnosticSource": {
444448
"type": "Transitive",
445-
"resolved": "5.0.0",
446-
"contentHash": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA=="
449+
"resolved": "8.0.0",
450+
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
451+
"dependencies": {
452+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
453+
}
447454
},
448455
"System.Diagnostics.FileVersionInfo": {
449456
"type": "Transitive",
@@ -757,8 +764,8 @@
757764
},
758765
"System.Runtime.CompilerServices.Unsafe": {
759766
"type": "Transitive",
760-
"resolved": "4.5.2",
761-
"contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ=="
767+
"resolved": "6.0.0",
768+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
762769
},
763770
"System.Runtime.Extensions": {
764771
"type": "Transitive",
@@ -1019,6 +1026,23 @@
10191026
"System.Text.Encoding": "4.3.0"
10201027
}
10211028
},
1029+
"System.Text.Encodings.Web": {
1030+
"type": "Transitive",
1031+
"resolved": "8.0.0",
1032+
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
1033+
"dependencies": {
1034+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
1035+
}
1036+
},
1037+
"System.Text.Json": {
1038+
"type": "Transitive",
1039+
"resolved": "8.0.0",
1040+
"contentHash": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
1041+
"dependencies": {
1042+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1043+
"System.Text.Encodings.Web": "8.0.0"
1044+
}
1045+
},
10221046
"System.Text.RegularExpressions": {
10231047
"type": "Transitive",
10241048
"resolved": "4.3.0",
@@ -1172,7 +1196,7 @@
11721196
"elastic.clients.elasticsearch": {
11731197
"type": "Project",
11741198
"dependencies": {
1175-
"Elastic.Transport": "[0.4.17, )"
1199+
"Elastic.Transport": "[0.4.18, )"
11761200
}
11771201
}
11781202
}

benchmarks/Profiling/packages.lock.json

+37-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@
3131
},
3232
"Elastic.Transport": {
3333
"type": "Transitive",
34-
"resolved": "0.4.17",
35-
"contentHash": "T8QGwTt3E+5b3YCkctyp+aUzJRZKiKZbbngCvell9tqhqfN4Po+Fbsw2ilX5Qm0JFnoIUzpIFJyTK6mCVf4rkg=="
34+
"resolved": "0.4.18",
35+
"contentHash": "Q9nGgYxB0r1jTkUf8zWbFKLk5JHliZhVU6vukdMLHLH/1EBKQvHzPahkrnV8KsvGOPFFqFAVOhQvaxpjXuS3TA==",
36+
"dependencies": {
37+
"System.Diagnostics.DiagnosticSource": "8.0.0",
38+
"System.Text.Json": "8.0.0"
39+
}
3640
},
3741
"Microsoft.Build.Tasks.Git": {
3842
"type": "Transitive",
@@ -85,10 +89,40 @@
8589
"Microsoft.SourceLink.Common": "1.1.1"
8690
}
8791
},
92+
"System.Diagnostics.DiagnosticSource": {
93+
"type": "Transitive",
94+
"resolved": "8.0.0",
95+
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
96+
"dependencies": {
97+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
98+
}
99+
},
100+
"System.Runtime.CompilerServices.Unsafe": {
101+
"type": "Transitive",
102+
"resolved": "6.0.0",
103+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
104+
},
105+
"System.Text.Encodings.Web": {
106+
"type": "Transitive",
107+
"resolved": "8.0.0",
108+
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
109+
"dependencies": {
110+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
111+
}
112+
},
113+
"System.Text.Json": {
114+
"type": "Transitive",
115+
"resolved": "8.0.0",
116+
"contentHash": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
117+
"dependencies": {
118+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
119+
"System.Text.Encodings.Web": "8.0.0"
120+
}
121+
},
88122
"elastic.clients.elasticsearch": {
89123
"type": "Project",
90124
"dependencies": {
91-
"Elastic.Transport": "[0.4.17, )"
125+
"Elastic.Transport": "[0.4.18, )"
92126
}
93127
}
94128
}

0 commit comments

Comments
 (0)