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

kevinjqliu 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 419b1008 chore(deps): Bump serde_with from 3.15.1 to 3.16.0 (#1859)
419b1008 is described below

commit 419b1008c103b45f719d002a1f8a0da2498d061d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 16 09:30:02 2025 -0800

    chore(deps): Bump serde_with from 3.15.1 to 3.16.0 (#1859)
    
    Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.15.1 to
    3.16.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/jonasbb/serde_with/releases";>serde_with's
    releases</a>.</em></p>
    <blockquote>
    <h2>serde_with v3.16.0</h2>
    <h3>Added</h3>
    <ul>
    <li>Added support for <code>smallvec</code> v1 under the
    <code>smallvec_1</code> feature flag by <a
    href="https://github.com/isharma228";><code>@​isharma228</code></a> (<a
    
href="https://redirect.github.com/jonasbb/serde_with/issues/895";>#895</a>)</li>
    <li>Add <code>JsonSchemaAs</code> implementation for
    <code>json::JsonString</code> by <a
    href="https://github.com/yogevm15";><code>@​yogevm15</code></a> (<a
    
href="https://redirect.github.com/jonasbb/serde_with/issues/901";>#901</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/066b9d4019ffd33408bd6829184c0a90bf559cc2";><code>066b9d4</code></a>
    Bump version to 3.16.0 (<a
    
href="https://redirect.github.com/jonasbb/serde_with/issues/903";>#903</a>)</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/961a0b9e26a2ef47a5927fb288e35eb8ea907c18";><code>961a0b9</code></a>
    Bump version to 3.16.0</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/ac1f5d0355aeb59f9a1bce5d990c50e15236c7c6";><code>ac1f5d0</code></a>
    Add support for smallvec v1 (<a
    
href="https://redirect.github.com/jonasbb/serde_with/issues/895";>#895</a>)</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/c83c4fcc2aa1824082fce42576a034c05616a399";><code>c83c4fc</code></a>
    Sort the crate features and remove alloc feature</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/af734ff59efc3d80be54f9f87ffb01a77749dfd0";><code>af734ff</code></a>
    Add support for <code>smallvec</code> v1</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/ec0ffa377816e4f90f4cb06ba7b54b71f349b9c7";><code>ec0ffa3</code></a>
    Add <code>JsonSchemaAs</code> implementation for
    <code>json::JsonString</code> (<a
    
href="https://redirect.github.com/jonasbb/serde_with/issues/901";>#901</a>)</li>
    <li><a
    
href="https://github.com/jonasbb/serde_with/commit/b0c119c9749c5979f19da92048b4b5ddc7b437c4";><code>b0c119c</code></a>
    Add <code>JsonSchemaAs</code> implementation for
    <code>json::JsonString</code></li>
    <li>See full diff in <a
    
href="https://github.com/jonasbb/serde_with/compare/v3.15.1...v3.16.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.15.1&new-version=3.16.0)](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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Liu <[email protected]>
---
 Cargo.lock | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b6efcd9c..1bad202c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6287,9 +6287,9 @@ dependencies = [
 
 [[package]]
 name = "serde_with"
-version = "3.15.1"
+version = "3.16.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04"
+checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1"
 dependencies = [
  "base64 0.22.1",
  "chrono",
@@ -6306,9 +6306,9 @@ dependencies = [
 
 [[package]]
 name = "serde_with_macros"
-version = "3.15.1"
+version = "3.16.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955"
+checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b"
 dependencies = [
  "darling 0.21.3",
  "proc-macro2",

Reply via email to