Skip to content

Commit

Permalink
Update potentiall vulnerable package
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Feb 5, 2024
1 parent 3d73168 commit bd3ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ rustls = { version = "0.22", optional = true }
# bad hack because quinn hasn't updated yet
rustls-21 = { version = "0.21", package = "rustls", optional = true }
rustls-pemfile = { version = "2.0", optional = true }
webpki = { version = "0.22", optional = true }
webpki = { version = "0.22.4", optional = true }

# nonce
base64 = { version = "0.21", optional = true }
Expand Down

0 comments on commit bd3ef76

Please sign in to comment.