Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Aug 25, 2024
1 parent 0f2d98d commit f81ceb4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
#async net
tokio = {version = "1.39.2", features = ["net","io-util","rt","macros","rt-multi-thread"]}
tokio = {version = "1.39.3", 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"
rustls-pemfile = "2.1.3"
Expand All @@ -15,16 +15,16 @@ maxminddb = "0.24.0"
imageproc = "0.25.0"
ab_glyph = "0.2.28"
#serializer
serde_json = "1.0.124"
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.209", features = ["derive"] }
#databases
uuid = { version = "1.10.0", features = ["v4"] }
chrono = "0.4.38"
mysql = { version = "25.0.1",default-features = false }
postgres = "0.19.8"
rusqlite = { version = "0.32.1",features = ["bundled"] }
#conf
clap = { version = "4.5.15",features = ["std","color","help","usage"],default-features = false }
clap = { version = "4.5.16",features = ["std","color","help","usage"],default-features = false }
toml = "0.8.19"
#web
sha2 = "0.10.8"
Expand Down

0 comments on commit f81ceb4

Please sign in to comment.