Skip to content

Commit

Permalink
Update account crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeyy committed Jan 12, 2025
1 parent c87cb81 commit 9933b80
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion game/client-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ client-ui = { path = "../client-ui" }
http-accounts = { path = "../http-accounts" }

ddnet-accounts-shared = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.3.0" }
async-trait = "0.1.83"
url = { version = "2.5.4", features = ["serde"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion game/game-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ map-convert-lib = { path = "../map-convert-lib", optional = true }

ddnet-account-game-server = { version = "0.3.0", features = ["sqlite"] }
ddnet-accounts-shared = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.3.0" }

rayon = "1.10.0"
anyhow = { version = "1.0.95", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion game/http-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ url = { version = "2.5.4", features = ["serde"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }

ddnet-account-client = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.2.0" }
ddnet-account-client-http-fs = { version = "0.3.0" }
4 changes: 2 additions & 2 deletions src/community-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ serde_json = "1.0.134"
x509-cert = { version = "0.2.5" }
log = "0.4.22"

ddnet-account-client-http-fs = { version = "0.2.0" }
ddnet-account-client-reqwest = "0.2.0"
ddnet-account-client-http-fs = { version = "0.3.0" }
ddnet-account-client-reqwest = "0.3.0"
ddnet-accounts-shared = { version = "0.2.0" }
ddnet-accounts-types = { version = "0.1.0" }
ddnet-account-game-server = { version = "0.3.0" }

0 comments on commit 9933b80

Please sign in to comment.