Skip to content

Commit f34e654

Browse files
authored
Bump to latest transport (#36)
1 parent e2b11b0 commit f34e654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/Elastic.Ingest.Elasticsearch.Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
var bm = new BulkRequestCreationWithFixedIndexNameBenchmarks();
2626
bm.Setup();
27-
await bm.WriteToStreamAsync_OLD();
27+
await bm.WriteToStreamAsync();
2828

2929
var length = bm.MemoryStream.Length;
3030

src/Elastic.Ingest.Transport/Elastic.Ingest.Transport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<ProjectReference Include="..\Elastic.Channels\Elastic.Channels.csproj" />
14-
<PackageReference Include="Elastic.Transport" Version="0.4.5" />
14+
<PackageReference Include="Elastic.Transport" Version="0.4.9" />
1515
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)