Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Sep 3, 2024
1 parent 4f80d86 commit 40d917d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -7,9 +7,9 @@ description = "Rust backend for LibreSpeed"

[dependencies]
#async net
tokio = {version = "1.39.3", features = ["net","io-util","rt","macros","rt-multi-thread"]}
tokio = {version = "1.40.0", features = ["net","io-util","rt","macros","rt-multi-thread"]}
tokio-rustls = {version = "0.26.0", features = ["logging","tls12","ring"], default-features = false}
webpki-roots = "0.26.3"
webpki-roots = "0.26.5"
rustls-pemfile = "2.1.3"
#ip
maxminddb = "0.24.0"
Expand Down

0 comments on commit 40d917d

Please sign in to comment.