Skip to content

Commit

Permalink
cargo-abhängigkeiten update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Feb 11, 2024
1 parent bd7e41d commit 03fa355
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2021"

[dependencies]
bigdecimal = "0.4.2"
rand = "0.8"
rand = "0.8.5"
num = "0.4.1"

actix-web = "4.4.0"
actix-cors = "0.6.4"
serde = { version = "1.0.192", features = ["derive"] }
actix-web = "4.5.1"
actix-cors = "0.7.0"
serde = { version = "1.0.196", features = ["derive"] }

atomic-counter = "1.0.1"
log = "0.4.20"
simple_logger = "4.2.0"
rayon = "1.8.0"
simple_logger = "4.3.3"
rayon = "1.8.1"
sha2 = "0.10.8"

0 comments on commit 03fa355

Please sign in to comment.