Skip to content

Commit

Permalink
build!: updated deps
Browse files Browse the repository at this point in the history
- rustls 0.23
- lazy_static 1.5
  • Loading branch information
kolbma committed Sep 23, 2024
1 parent 15ac014 commit 34a34a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ ahash = "0.8.11"
ascii = "1.1"
chunked_transfer = "1"
httpdate = "1.0.3"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
log = { version = "0.4.20", optional = true }
openssl = { version = "0.10", optional = true }
rustls = { version = "0.22.4", optional = true }
rustls = { version = "0.23.13", optional = true }
rustls-pemfile = { version = "2.0.0", optional = true }
socket2 = { version = "0.5.5", optional = true }
zeroize = { version = "1", optional = true }
Expand Down

0 comments on commit 34a34a1

Please sign in to comment.