Skip to content

Commit 59b8f32

Browse files
authored
Merge pull request #6490 from oasisprotocol/peternose/internal/bump-mbedtls-0.13.5
rust: Bump mbedtls to 0.13.5
2 parents f09a060 + 0fd8648 commit 59b8f32

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.changelog/6490.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust: Bump mbedtls to 0.13.5

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ byteorder = "1.4.3"
2121
anyhow = "1.0"
2222
thiserror = "1.0"
2323
sgx-isa = { version = "0.4.1", features = ["sgxstd"] }
24-
mbedtls = { version = "0.13.4", features = ["x509", "chrono"] }
24+
mbedtls = { version = "0.13.5", features = ["x509", "chrono"] }
2525
yasna = { version = "0.5.0", features = ["num-bigint"] }
2626
bincode = "1.3.3"
2727
bitflags = "2.6.0"

tests/runtimes/simple-rofl-tdx/Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/runtimes/simple-rofl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ oasis-core-keymanager = { path = "../../../keymanager" }
2626

2727
anyhow = "1.0"
2828
async-trait = "0.1.83"
29-
mbedtls = { version = "0.13.4", features = ["x509"] }
29+
mbedtls = { version = "0.13.5", features = ["x509"] }
3030
rand = "0.8.5"
3131
rustls = { version = "0.23.18", default-features = false }
3232
rustls-mbedcrypto-provider = { version = "0.1.0" }

0 commit comments

Comments
 (0)