Skip to content

Commit

Permalink
rust rest services upgraded to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkanpakdil committed Dec 2, 2023
1 parent 25028bf commit 77df190
Show file tree
Hide file tree
Showing 9 changed files with 1,822 additions and 1,661 deletions.
858 changes: 506 additions & 352 deletions actix-rest-api/Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions actix-rest-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-rt = "2.6.0"
actix-web = "4.0.1"
chrono = "0.4.19"
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
actix-rt = "2.9.0"
actix-web = "4.4.0"
chrono = "0.4.31"
serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"

[profile.release]
strip = true
strip = true
Loading

0 comments on commit 77df190

Please sign in to comment.