Skip to content

Commit

Permalink
deps: update openssl for RUSTSEC-2024-0357
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn committed Jul 25, 2024
1 parent 324740b commit f9f1dde
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
31 changes: 15 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ metriken = "0.7.0"
metriken-exposition = { version = "0.8.0", features = ["json", "parquet-conversion"] }
mio = "0.8.8"
momento = "0.40.0"
pelikan-net = { version = "0.3.0", default-features = false }
pelikan-net = { version = "0.4.0", default-features = false }
once_cell = "1.18.0"
openssl = { version = "0.10.64", optional = true }
openssl-sys = { version = "0.9.102", optional = true }
openssl = { version = "0.10.66", optional = true }
openssl-sys = { version = "0.9.103", optional = true }
paste = "1.0.14"
protocol-memcache = { git = "https://github.com/pelikan-io/pelikan" }
protocol-ping = { git = "https://github.com/pelikan-io/pelikan" }
Expand Down

0 comments on commit f9f1dde

Please sign in to comment.