Skip to content

Commit

Permalink
Fix audit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Jul 23, 2024
1 parent ca7def2 commit 38959bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ num-rational = { version = "0.4.0", features = ["serde"] }
num-traits = "0.2.10"
num_cpus = "1"
once_cell = "1"
openssl = "0.10.55"
openssl = "0.10.66"
pin-project = "1.0.6"
prometheus = "0.12.0"
quanta = "0.7.2"
Expand Down
4 changes: 2 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde = { version = "1", default-features = false, features = ["alloc", "derive"
serde_bytes = { version = "0.11.5", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.59", default-features = false, features = ["alloc"] }
strum = { version = "0.24", features = ["derive"], optional = true }
thiserror = {version = "1", optional = true }
thiserror = { version = "1", optional = true }
tracing = { version = "0.1.37", default-features = false }
uint = { version = "0.9.0", default-features = false }
untrusted = { version = "0.7.1", optional = true }
Expand All @@ -58,7 +58,7 @@ derp = "0.0.14"
getrandom = "0.2.0"
humantime = "2"
once_cell = "1.5.2"
openssl = "0.10.55"
openssl = "0.10.66"
pem = "0.8.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
Expand Down

0 comments on commit 38959bc

Please sign in to comment.