Skip to content

Commit

Permalink
Merge pull request #231 from cm-core-team/fix/rustix-sec-update
Browse files Browse the repository at this point in the history
security(rustix): update rustix to patched version
  • Loading branch information
j-koziel authored Feb 8, 2024
2 parents 74ab2e0 + 29b50e2 commit c6fa3f7
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 38 deletions.
132 changes: 94 additions & 38 deletions backend/Cargo.lock

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

1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket_db_pools = { version = "=0.1.0-rc.3", features = ["sqlx_postgres"] }
serde = "1.0.188"
sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio-rustls"] }
rustix = "0.38.19"

0 comments on commit c6fa3f7

Please sign in to comment.