diff --git a/Cargo.lock b/Cargo.lock index 2caa1478d..15b8b2d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index b94818237..648c19d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"