Skip to content

Commit

Permalink
Merge #1543
Browse files Browse the repository at this point in the history
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
mayastor-bors and tiagolobocastro committed Nov 16, 2023
2 parents 49495cc + 2e348d4 commit 0386715
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion io-engine-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bincode = "1.3.3"
byte-unit = "4.0.19"
bytes = "1.5.0"
chrono = "0.4.31"
colored_json = "3.3.0"
colored_json = "4.0.0"
crossbeam = "0.8.2"
etcd-client = "0.12.1"
function_name = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion io-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ byte-unit = "4.0.19"
bytes = "1.5.0"
chrono = "0.4.31"
clap = { version = "4.4.6", features = ["color", "derive", "string", "env"] }
colored_json = "3.3.0"
colored_json = "4.0.0"
crossbeam = "0.8.2"
derive_builder = "0.12.0"
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion test/python/requirements.txt
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
Expand Down

0 comments on commit 0386715

Please sign in to comment.