Skip to content

Commit

Permalink
fix(*): rustls RUSTSEC-2024-0399 (#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Nov 28, 2024
1 parent baed3f7 commit b6a9a71
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ reqwest = { version = "0.12", default-features = false, features = ["http2", "js
roaring = "0.10.6"
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy", "lz4", "zstd", "zlib", "multi-threaded-cf"] }
rstest = "0.16.0"
rustls = { version = "0.23", default-features = false, features = ["std", "tls12", "ring"] }
rustls = { version = "0.23.18", default-features = false, features = ["std", "tls12", "ring"] }
schemars = { version = "0.8.21", features = ["either"] }
scopeguard = "1.1"
serde = { version = "1.0.144", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/iota-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ iota-types = { workspace = true, features = ["test-utils"] }
[target.'cfg(msim)'.dependencies]
# external dependencies
axum.workspace = true
rustls = "0.23"
rustls = "0.23.18"

# internal dependencies
iota-simulator.workspace = true

0 comments on commit b6a9a71

Please sign in to comment.