Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Sep 22, 2024
1 parent 04d4d68 commit 74ead55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Rust backend for LibreSpeed"
#async net
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.5"
webpki-roots = "0.26.6"
rustls-pemfile = "2.1.3"
socket2 = "0.5.7"
#ip
Expand All @@ -24,10 +24,10 @@ serde = { version = "1.0.210", features = ["derive"] }
uuid = { version = "1.10.0", features = ["v4"] }
chrono = "0.4.38"
mysql = { version = "25.0.1",default-features = false }
postgres = "0.19.8"
postgres = "0.19.9"
rusqlite = { version = "0.32.1",features = ["bundled"] }
#conf
clap = { version = "4.5.17",features = ["std","color","help","usage"],default-features = false }
clap = { version = "4.5.18",features = ["std","color","help","usage"],default-features = false }
toml = "0.8.19"
#web
sha2 = "0.10.8"
Expand Down

0 comments on commit 74ead55

Please sign in to comment.