Skip to content

Commit

Permalink
upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadbky committed Nov 17, 2024
1 parent d694da9 commit 5a32dfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ resolver = "2"
members = ["game_api", "records_lib", "socc", "admin"]

[workspace.dependencies]
thiserror = "1.0.40"
thiserror = "2.0.3"
tokio = "1.36.0"
async-graphql = "7.0.3"
sqlx = { version = "0.8.0", features = ["chrono", "mysql", "runtime-tokio"] }
chrono = { version = "0.4", features = ["serde"] }
deadpool = { version = "0.12.1", features = ["managed", "rt_tokio_1"] }
deadpool-redis = { version = "0.15.0", features = ["rt_tokio_1"] }
deadpool-redis = { version = "0.18.0", features = ["rt_tokio_1"] }
serde = "1.0.126"
serde_json = "1.0.96"
serde_json = "1.0.133"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
actix-web = "4.3.0"
Expand All @@ -22,11 +22,11 @@ reqwest = { version = "0.12.3", features = ["json"] }
rand = "0.8.5"
futures = "0.3.27"
sha256 = "1.1.3"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-session = { version = "0.10.1", features = ["cookie-session"] }
anyhow = "1.0.75"
dotenvy = "0.15.7"
itertools = "0.13.0"
once_cell = "1.18.0"
csv = "1.3.0"
mkenv = "0.1.6"
records-lib = { version = "0.1.0", path = "./records_lib" }
records-lib = { version = "0.1", path = "./records_lib" }

0 comments on commit 5a32dfb

Please sign in to comment.