mogh auth 1.2.11

This commit is contained in:
mbecker20
2026-03-05 10:27:37 -08:00
parent 1c87fba8f5
commit dcccc878c8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3224,9 +3224,9 @@ dependencies = [
[[package]]
name = "mogh_auth_server"
version = "1.2.10"
version = "1.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de1c8ac2e52de6ad450a4c3c95e4bc6adeb45823b71e09ad238db36530946b8"
checksum = "b5d93cfc5fd1041273091e6c55544a98df78497dd628503481d22cb676c90502"
dependencies = [
"anyhow",
"arc-swap",

View File

@@ -37,7 +37,7 @@ mogh_error = { version = "1.0.3", default-features = false }
derive_default_builder = "0.1.8"
async_timing_util = "1.1.0"
mogh_auth_client = "1.2.2"
mogh_auth_server = "1.2.10"
mogh_auth_server = "1.2.11"
mogh_secret_file = "1.0.1"
mogh_validations = "1.0.1"
mogh_rate_limit = "1.0.1"