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 3ba59f73 chore(deps): Bump serde_with from 3.14.0 to 3.14.1 (#1727)
3ba59f73 is described below
commit 3ba59f7362deae722b1ef3705768c62b909839ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 17:48:28 2025 +0800
chore(deps): Bump serde_with from 3.14.0 to 3.14.1 (#1727)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.14.0 to
3.14.1.
<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.14.1</h2>
<h3>Fixed</h3>
<ul>
<li>Show macro expansion in the docs.rs generated rustdoc.
Since macros are used to generate trait implementations, this is useful
to understand the exact generated code.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jonasbb/serde_with/commit/15022b19fd7601f8ef20c9a9923c77d0d40f44c4"><code>15022b1</code></a>
Bump version to 3.14.1 (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/886">#886</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/69d8cea3b05a78ae7a6c174ead87558b2e3e4f8b"><code>69d8cea</code></a>
Enable crates.io trusted publishing (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/885">#885</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/2e30bbb0811a6dc8bc10d09dec815557a2efd8da"><code>2e30bbb</code></a>
Bump version to 3.14.1</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/afd1333dd86ea4fc4bd2a532926b31a1c723f85f"><code>afd1333</code></a>
Enable crates.io trusted publishing</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/eec78a034d7e8417a92b99111d2dd1a164e65e42"><code>eec78a0</code></a>
Add 1.90 to CI matrix (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/884">#884</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/ea091d1d442717a08ad0a702fc19d5175f468c4b"><code>ea091d1</code></a>
Generate macro expansion in rustdoc (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/883">#883</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/8876010b46df78a52e53b82bd139b1f8309996e8"><code>8876010</code></a>
Add 1.90 to CI matrix</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/555d2bb78b334831aec91fcc568b0e455094dbf4"><code>555d2bb</code></a>
Update formatting for nightly rust (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/882">#882</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/b852142b8eb8dfa25ce648d0f975329e1f1e9bbe"><code>b852142</code></a>
Generate macro expansion in rustdoc</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/f4144635bd78c7428b4057de1a0b738e3f1fd780"><code>f414463</code></a>
Update formatting for nightly rust</li>
<li>Additional commits viewable in <a
href="https://github.com/jonasbb/serde_with/compare/v3.14.0...v3.14.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
---
Cargo.lock | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index aa30a87e..596e943b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6587,9 +6587,9 @@ dependencies = [
[[package]]
name = "serde_with"
-version = "3.14.0"
+version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
+checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -6607,11 +6607,11 @@ dependencies = [
[[package]]
name = "serde_with_macros"
-version = "3.14.0"
+version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
+checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e"
dependencies = [
- "darling 0.20.11",
+ "darling 0.21.3",
"proc-macro2",
"quote",
"syn 2.0.106",