Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Sep 10, 2024
1 parent 840fa84 commit 7947010
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ maxminddb = "0.24.0"
imageproc = "0.25.0"
ab_glyph = "0.2.28"
#serializer
serde_json = "1.0.127"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.210", 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.16",features = ["std","color","help","usage"],default-features = false }
clap = { version = "4.5.17",features = ["std","color","help","usage"],default-features = false }
toml = "0.8.19"
#web
sha2 = "0.10.8"
Expand Down

0 comments on commit 7947010

Please sign in to comment.