Skip to content

fix: cargo audit warning#1350

Merged
Fraser999 merged 1 commit intomainfrom
fraser/fix-audit-warning
Aug 7, 2024
Merged

fix: cargo audit warning#1350
Fraser999 merged 1 commit intomainfrom
fraser/fix-audit-warning

Conversation

@Fraser999
Copy link
Copy Markdown
Contributor

Summary

Updated the version of bytemuck.

Background

Running cargo audit yields a non-critical warning that bytemuck v1.15.0 has been yanked.

Changes

Ran cargo update -p bytemuck to increase the version.

Testing

Ran normal test suite, no additional tests added.

@Fraser999 Fraser999 requested a review from a team as a code owner August 7, 2024 14:48
@Fraser999 Fraser999 requested a review from noot August 7, 2024 14:48
Copy link
Copy Markdown
Contributor

@SuperFluffy SuperFluffy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have a direct dependency on bytemuck, right?

@Fraser999
Copy link
Copy Markdown
Contributor Author

We don't have a direct dependency on bytemuck, right?

That's correct:

Dependency tree:
bytemuck 1.15.0
└── atomic 0.6.0
    └── figment 0.10.16
        └── astria-config 0.1.0
            ├── astria-sequencer-relayer 0.16.0
            ├── astria-sequencer 0.15.0
            ├── astria-conductor 0.19.0
            ├── astria-composer 0.8.1
            └── astria-bridge-withdrawer 0.2.0

@Fraser999 Fraser999 added this pull request to the merge queue Aug 7, 2024
Merged via the queue into main with commit b2d7c24 Aug 7, 2024
@Fraser999 Fraser999 deleted the fraser/fix-audit-warning branch August 7, 2024 15:23
steezeburger added a commit that referenced this pull request Aug 9, 2024
bharath-123 pushed a commit that referenced this pull request Aug 13, 2024
## Summary
Updated the version of `bytemuck`.

## Background
Running `cargo audit` yields a non-critical warning that bytemuck
v1.15.0 has been yanked.

## Changes
Ran `cargo update -p bytemuck` to increase the version.

## Testing
Ran normal test suite, no additional tests added.
ethanoroshiba pushed a commit that referenced this pull request Aug 13, 2024
## Summary
Updated the version of `bytemuck`.

## Background
Running `cargo audit` yields a non-critical warning that bytemuck
v1.15.0 has been yanked.

## Changes
Ran `cargo update -p bytemuck` to increase the version.

## Testing
Ran normal test suite, no additional tests added.
ethanoroshiba pushed a commit that referenced this pull request Aug 14, 2024
## Summary
Updated the version of `bytemuck`.

## Background
Running `cargo audit` yields a non-critical warning that bytemuck
v1.15.0 has been yanked.

## Changes
Ran `cargo update -p bytemuck` to increase the version.

## Testing
Ran normal test suite, no additional tests added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants