Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahao-debug committed Dec 23, 2024
1 parent c44994e commit 56d86f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -8,11 +8,11 @@ authors = ["smh000809 <[email protected]>"]
actix-files = "0.6.6"
actix-multipart = "0.7.2"
actix-web = { version = "4.9.0", features = ["rustls-0_23"] }
env_logger = "0.11.5"
env_logger = "0.11.6"
futures = "0.3.31"
log = "0.4.22"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
derive_more = { version = "1.0.0", features = ["full"] }
actix-cors = "0.7.0"
chrono = { version = "0.4.39", features = ["serde"] }
Expand All @@ -30,7 +30,7 @@ sqlx = { version = "0.8.2", features = [
"uuid",
] }
validator = "0.19.0"
anyhow = "1.0.94"
anyhow = "1.0.95"
toml = "0.8.19"
rustls-pemfile = "2.2.0"
rustls = "0.23.20"

0 comments on commit 56d86f6

Please sign in to comment.