diff --git a/Cargo.lock b/Cargo.lock index c2dcc84..024b6dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2593,9 +2593,9 @@ dependencies = [ [[package]] name = "ddnet-account-client-http-fs" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9eb10f67107b4b13dd29cec53fbb85c1929bb74bf0d09553a8e70284feed358" +checksum = "9004caaafde669225232a14ade28e7f972a9f42ed2d044e6b6ee1243a167d25d" dependencies = [ "anyhow", "async-trait", @@ -2617,9 +2617,9 @@ dependencies = [ [[package]] name = "ddnet-account-client-reqwest" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6603dcf4551e39428598ab96ffe5dc9612a1c55da1645725c338207838c81411" +checksum = "bc5b16d118b5a2f4f83b6827972fb12d22e104d5c786e716ef450cbba4b66685" dependencies = [ "anyhow", "async-trait", diff --git a/game/client-accounts/Cargo.toml b/game/client-accounts/Cargo.toml index 7dd13de..8d9aa0b 100644 --- a/game/client-accounts/Cargo.toml +++ b/game/client-accounts/Cargo.toml @@ -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"] } diff --git a/game/game-server/Cargo.toml b/game/game-server/Cargo.toml index 7a02d44..782f52a 100644 --- a/game/game-server/Cargo.toml +++ b/game/game-server/Cargo.toml @@ -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"] } diff --git a/game/http-accounts/Cargo.toml b/game/http-accounts/Cargo.toml index 3d6bfbd..e959481 100644 --- a/game/http-accounts/Cargo.toml +++ b/game/http-accounts/Cargo.toml @@ -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" } diff --git a/src/community-server/Cargo.toml b/src/community-server/Cargo.toml index b2e49ab..f0c1e7c 100644 --- a/src/community-server/Cargo.toml +++ b/src/community-server/Cargo.toml @@ -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" }