This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 99461bf2d chore(deps): Bump rsa from 0.9.9 to 0.9.10 (#2004)
99461bf2d is described below

commit 99461bf2dca63de4109a65b13a9b05e4334126f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 10:26:12 2026 +0800

    chore(deps): Bump rsa from 0.9.9 to 0.9.10 (#2004)
    
    Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.9 to 0.9.10.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md";>rsa's
    changelog</a>.</em></p>
    <blockquote>
    <h2>0.9.10 (2026-01-06)</h2>
    <h3>Fixed</h3>
    <ul>
    <li>do not panic on a prime being 1 when loading a secret key (<a
    href="https://redirect.github.com/RustCrypto/RSA/issues/624";>#624</a>)</li>
    </ul>
    <p><a
    href="https://redirect.github.com/RustCrypto/RSA/issues/624";>#624</a>:
    <a
    
href="https://redirect.github.com/RustCrypto/RSA/pull/624";>RustCrypto/RSA#624</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/RustCrypto/RSA/commit/da2af9a0ff814762957c428460e4098720f394a6";><code>da2af9a</code></a>
    chore: release v0.9.10</li>
    <li><a
    
href="https://github.com/RustCrypto/RSA/commit/2926c91bef7cb14a7ccd42220a698cf4b1b692f7";><code>2926c91</code></a>
    fix: do not panic on a prime being 1 when loading a secret key (<a
    href="https://redirect.github.com/RustCrypto/RSA/issues/624";>#624</a>)</li>
    <li>See full diff in <a
    href="https://github.com/RustCrypto/RSA/compare/v0.9.9...v0.9.10";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rsa&package-manager=cargo&previous-version=0.9.9&new-version=0.9.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/apache/iceberg-rust/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Renjie Liu <[email protected]>
---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 794c82b9c..77d60a167 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5593,9 +5593,9 @@ dependencies = [
 
 [[package]]
 name = "rsa"
-version = "0.9.9"
+version = "0.9.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
+checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
 dependencies = [
  "const-oid",
  "digest",

Reply via email to