From d08cabc6c519ce897c4731cc3c752556520ec62b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:42:56 +0000 Subject: [PATCH] fix(deps): update rust crate workos to v3 --- Cargo.lock | 13 ++++++------- packages/methods/shield-workos/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b441d99..9eaa748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,7 +729,7 @@ version = "3.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "ident_case", "prettyplease", "proc-macro2", @@ -1435,7 +1435,6 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "strsim", "syn 2.0.108", ] @@ -3675,7 +3674,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -4138,7 +4137,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.16", "http 1.4.2", @@ -7745,7 +7744,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -8170,9 +8169,9 @@ dependencies = [ [[package]] name = "workos" -version = "2.5.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adcd562d0b0ea667073fe0585208e958200641caecee93dce00c1269262e4a7" +checksum = "5f5dc32aae3cc627ec05958339aafd37cdfaf110122cc207f6ea19024fbe61c9" dependencies = [ "aes-gcm", "async-trait", diff --git a/packages/methods/shield-workos/Cargo.toml b/packages/methods/shield-workos/Cargo.toml index b0d712a..040eff7 100644 --- a/packages/methods/shield-workos/Cargo.toml +++ b/packages/methods/shield-workos/Cargo.toml @@ -14,4 +14,4 @@ bon.workspace = true serde.workspace = true serde_json.workspace = true shield.workspace = true -workos = "2.0.0" +workos = "3.0.0"