Skip to content

Commit

Permalink
deps: update openssl for RUSTSEC-2024-0357 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn authored Jul 25, 2024
1 parent 13a6cd8 commit fdab344
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ metriken = "0.7.0"
metrohash = "1.0.6"
mio = "0.8.11"
nom = "7.1.3"
openssl = "0.10.64"
openssl-sys = "0.9.102"
openssl = "0.10.66"
openssl-sys = "0.9.103"
parking_lot = "0.12.1"
pelikan-net = { path = "./src/net", version = "0.4.0" }
phf = "0.11.2"
Expand Down
2 changes: 1 addition & 1 deletion src/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pelikan-net"
description = "Pelikan project's networking abstractions for non-blocking event loops"
authors = ["Brian Martin <[email protected]>"]
version = "0.4.0"
version = "0.4.1"

edition = { workspace = true }
homepage = { workspace = true }
Expand Down

0 comments on commit fdab344

Please sign in to comment.