Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Oct 3, 2024
1 parent a74f25d commit 5130ae6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 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 @@ -10,7 +10,7 @@ description = "Rust backend for LibreSpeed"
tokio = {version = "1.40.0", features = ["net","io-util","rt","macros","rt-multi-thread"]}
tokio-rustls = {version = "0.26.0", features = ["tls12","ring"], default-features = false}
webpki-roots = "0.26.6"
rustls-pemfile = "2.1.3"
rustls-pemfile = "2.2.0"
socket2 = "0.5.7"
#ip
maxminddb = "0.24.0"
Expand All @@ -27,7 +27,7 @@ mysql = { version = "25.0.1",default-features = false }
postgres = "0.19.9"
rusqlite = { version = "0.32.1",features = ["bundled"] }
#conf
clap = { version = "4.5.18",features = ["std","color","help","usage"],default-features = false }
clap = { version = "4.5.19",features = ["std","color","help","usage"],default-features = false }
toml = "0.8.19"
#web
sha2 = "0.10.8"
Expand Down

0 comments on commit 5130ae6

Please sign in to comment.