-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1543: Security updates r=tiagolobocastro a=tiagolobocastro chore: fix security alerts Upgrades rustix crate and asyncssh pip Signed-off-by: Tiago Castro <[email protected]> --- chore: upgrade to latest dep sub-repo Signed-off-by: Tiago Castro <[email protected]> --- build: upgrade colored_json Previous version was yanked from crates due to breaking changes. The changes don't affect us but might as well upgrade to avoid any issues with the version missing from crates. Signed-off-by: Tiago Castro <[email protected]> Co-authored-by: Tiago Castro <[email protected]>
- Loading branch information
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
asyncio==3.4.3 | ||
asyncssh==2.12.0 | ||
asyncssh==2.14.1 | ||
black==22.10.0 | ||
protobuf==4.21.8 | ||
pytest-asyncio==0.21.1 | ||
|
Submodule dependencies
updated
4 files
+53 −0 | apis/events/protobuf/v1/event.proto | |
+62 −3 | apis/events/src/event_traits.rs | |
+1 −2 | nvmeadm/Cargo.toml | |
+100 −12 | nvmeadm/src/nvmf_subsystem.rs |