Skip to content

Commit

Permalink
Merge branch 'main' into ladatz/security
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Apr 18, 2024
2 parents e79bc46 + 65c862f commit e0b3d5f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ log = "0.4.21"
paho-mqtt = "0.12.1"
prost = "0.12.4"
prost-types = "0.12.4"
serde = "1.0.197"
serde_json = "1.0.115"
serde = "1.0.198"
serde_json = "1.0.116"
time = { version = "0.3.34", features = ["serde-human-readable"] }
tokio = "1.37.0"
tonic = "0.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventGrid" Version="3.3.0" />
<None Update="local.settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit e0b3d5f

Please sign in to comment.