Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kr45732 committed Mar 9, 2024
1 parent 85161bf commit 8372556
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 34 deletions.
61 changes: 34 additions & 27 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ readme = "README.md"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }

# Serde
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"

# Database
deadpool-postgres = "0.12.1"
tokio-postgres = { version = "0.7.10", features = ["with-serde_json-1"] }
postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] }

# HTTP
reqwest = { version = "0.11.24", features = ["json", "gzip"] }
hyper = { version = "1.1.0", features = ["full"] }
reqwest = { version = "0.11.25", features = ["json", "gzip"] }
hyper = { version = "1.2.0", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["full"] }
http-body-util = "0.1.0"

# Logging
log = "0.4.20"
simplelog = "0.12.1"
log = "0.4.21"
simplelog = "0.12.2"

# Misc
dashmap = { version = "5.5.3", features = ["serde"] }
lazy_static = "1.4.0"
dotenv = "0.15.0"
futures = "0.3.30"
hematite-nbt = "0.5.2"
base64 = "0.21.7"
base64 = "0.22.0"
regex = "1.10.3"

[profile.release]
Expand Down

0 comments on commit 8372556

Please sign in to comment.