awslabs / s3-connector-for-pytorch

The Amazon S3 Connector for PyTorch delivers high throughput for PyTorch training jobs that access and store data in Amazon S3.
BSD 3-Clause "New" or "Revised" License
122 stars 18 forks source link

EmbarkStudios/cargo-deny-action from 1 to 2 and Add version = 2 in deny.toml #234

Closed rajdchak closed 2 months ago

rajdchak commented 2 months ago

EmbarkStudios/cargo-deny-action from 1 to 2 and Add version = 2 in deny.toml

Description

Dependabot suggested to update the version of EmbarkStudios/cargo-deny-action from 1 to 2 , however integration tests where failing due to some deprecated keys in deny.toml. Added mitigation for the same.

Additional context

NA

Related items

NA

Testing

Ran unit and integration tests locally.

By submitting this pull request, I confirm that my contribution is made under the terms of BSD 3-Clause License and I agree to the terms of the LICENSE.