From 4fb6a156495f6a623d60876b5c8bc74f48b6d1c4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 04:04:04 +0000 Subject: [PATCH] Update Rust crate samael to 0.0.19 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 787f82e5f03..d2eb8663701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2258,9 +2258,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "datatest-stable" @@ -11113,9 +11113,9 @@ dependencies = [ [[package]] name = "samael" -version = "0.0.18" +version = "0.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcefa9336e783352848ad9a1cb86bec02030624c0ce8205f79a19d4a7b6f148d" +checksum = "f20498fc95ccfe0f015d003aa86084b042cc672a9a41fa2bea4ab7d7e3239348" dependencies = [ "base64 0.22.1", "bindgen 0.71.1", @@ -11131,7 +11131,7 @@ dependencies = [ "openssl-sys", "pkg-config", "quick-xml", - "rand 0.8.5", + "rand 0.9.0", "serde", "thiserror 2.0.12", "url", diff --git a/Cargo.toml b/Cargo.toml index a8c9afe9a13..2e5f8c7b9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -644,7 +644,7 @@ rustfmt-wrapper = "0.2" rustls = "0.22.2" rustls-pemfile = "2.2.0" rustyline = "14.0.0" -samael = { version = "0.0.18", features = ["xmlsec"] } +samael = { version = "0.0.19", features = ["xmlsec"] } schemars = "0.8.22" scopeguard = "1.2.0" secrecy = "0.10.0"