Skip to content

Commit

Permalink
upgrade spin to v0.5.2 to fix the security vulnerability (#329)
Browse files Browse the repository at this point in the history
fix #328

Co-authored-by: YX Cao <[email protected]>
  • Loading branch information
xiaoyuxlu and Taowyoo authored Oct 26, 2023
1 parent 5462d96 commit 84dedec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 mbedtls-platform-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ links = "mbedtls-platform-support"

[dependencies]
cfg-if = "1.0.0"
spin = { version = "0.4.0", default-features = false, optional = true }
spin = { version = "0.5.2", default-features = false, optional = true }
chrono = { version = "0.4", optional = true }

[target.x86_64-fortanix-unknown-sgx.dependencies]
Expand Down

0 comments on commit 84dedec

Please sign in to comment.