From d786e39fdcc5efd34b6142904e95783d85a9b494 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 10 Jun 2026 15:27:16 -0700
Subject: [PATCH] chore(deps): bump the rust-minor-patch group across 1
directory with 7 updates (#3531)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the rust-minor-patch group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.31` | `0.4.32` |
| [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.20.0` |
`3.21.0` |
| [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.2` | `1.23.3` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.9.0` | `3.9.1` |
Updates `log` from 0.4.31 to 0.4.32
Release notes
Sourced from log's
releases.
0.4.32
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.31...0.4.32
Changelog
Sourced from log's
changelog.
[0.4.32] - 2026-06-04
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.31...0.4.32
Commits
a5b5b21
Merge pull request #730
from rust-lang/cargo/0.4.32
c8d3b12
prepare for 0.4.32 release
ce6cd9f
Merge pull request #729
from tisonkun/kv-std-support
20b3b05
drop cfg-feature=kv as it is already met
7bc1200
kv::std_support may not need value-bag
- See full diff in compare
view
Updates `regex` from 1.12.3 to 1.12.4
Changelog
Sourced from regex's
changelog.
1.12.4 (2025-06-09)
This release includes a performance optimization for compilation of
regexes
with very large character classes.
Improvements:
- #1308:
Avoid re-canonicalizing the entire interval set when pushing new class
ranges.
Commits
7b96fdc
1.12.4
7b89cf0
deps: update to regex-syntax 0.8.11
1401679
regex-syntax-0.8.11
d709000
changelog: 1.12.4
9825c74
syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
a7f2ff6
docs: clarify regex-lite word boundaries
2c7b172
docs: clarify unsupported Anchored::Pattern searches
839d16b
regex-syntax-0.8.10
c4865a0
syntax: fix negation handling in HIR translation
d8761c0
cargo: also include benches
- Additional commits viewable in compare
view
Updates `chrono` from 0.4.44 to 0.4.45
Release notes
Sourced from chrono's
releases.
0.4.45
What's Changed
Commits
1703382
Prepare 0.4.45 release
881f9ab
tz_data: fix tzdata locations on Android
f14ead4
fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
c6063e6
Update similar-asserts requirement from 1.6.1 to 2.0.0
120686c
Bump codecov/codecov-action from 5 to 6
- See full diff in compare
view
Updates `serde_with` from 3.20.0 to 3.21.0
Release notes
Sourced from serde_with's
releases.
serde_with v3.21.0
Security
-
GHSA-7gcf-g7xr-8hxj:
KeyValueMap serialization panics on empty sequence or map entries
Bad or attacker controlled values could cause a panic while allocating
too large values.
Fixed in #966
by setting a maximum allocation size during the creation of collections
like Vec or sets.
Thanks to @7thParkk for
reporting the issue.
Added
- Add
NoneAsZero adapter that maps
Option<NonZero*> to a plain integer, encoding
None as 0 by @SAY-5 (#486)
Changed
- Re-enable link-to-definition on docs.rs (#964)
Fixed
- Fix some doc links to point to the correct types (#963)
- Re-enable
unused_qualifications and fix the resulting
findings by @lms0806 (#962)
Commits
0f4ca67
Update changelog for 3.21.0 (#967)
7654841
Update changelog for 3.21.0
c8a1d82
Protect all collection creations against capacity overflow by using
`size_hin...
6ad5fa5
Properly feature gate the vec_with_capacity_cautious
function
ef7d141
Protect all collection creations against capacity overflow by using
`size_hin...
a348da3
Add serde_as deserialize_as explain (#958)
2e5bc20
Bump the github-actions group with 3 updates (#965)
927a3d6
Bump the github-actions group with 3 updates
62d14ec
Enable link-to-definition on docs.rs again, after the upstream issue was
reso...
4584d94
Enable link-to-definition on docs.rs again, after the upstream issue was
reso...
- Additional commits viewable in compare
view
Updates `http` from 1.4.1 to 1.4.2
Changelog
Sourced from http's
changelog.
1.4.2 (June 8, 2026)
- Fix
uri::Builder to allow "*" as
the path when scheme and authority are also set, used in HTTP/2
requests.
- Fix
Uri to properly reject DEL
characters.
Commits
Updates `uuid` from 1.23.2 to 1.23.3
Release notes
Sourced from uuid's
releases.
v1.23.3
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3
Commits
20da78b
Merge pull request #887 from
uuid-rs/cargo/v1.23.3
62232ca
prepare for 1.23.3 release
2320c6a
Merge pull request #886 from
uuid-rs/fix/parser-panics
2d034d4
fix some invalid indexers on error reporting
a8b9f14
update fuzz infra and run in CI
- See full diff in compare
view
Updates `napi` from 3.9.0 to 3.9.1
Release notes
Sourced from napi's
releases.
napi-v3.9.1
Fixed
- (napi) unify Reference finalize callbacks on Arc (Rc/Arc
type confusion) (#3313)
- (napi) zero-copy external strings, fix WASI double-free (#3308)
- (napi) experimental node_api_create_object_with_properties
(#3304)
Commits
dea608e
chore: release (#3306)
670e5d3
chore(release): publish
a9abc61
fix(sys): restore napi_create_object_with_properties as compat alias (#3321)
3e5a09f
chore(deps): update release-plz/action action to v0.5.130 (#3320)
09c9d97
ci: fix Electron install on Node 24.16+/26, add Node 26 to matrix (#3319)
ed5b5ab
fix(napi): unify Reference finalize callbacks on Arc (Rc/Arc type
confusion) ...
ad7b1c8
chore(deps): lock file maintenance (#3318)
718eb1f
chore(deps): lock file maintenance (#3310)
2938a9e
fix(deps): update dependency @emnapi/core to v1.11.0 (#3316)
31b38d4
fix(deps): update dependency @emnapi/runtime to v1.11.0
(#3317)
- Additional commits viewable in compare
view
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)
---
Dependabot commands and options
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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 144 ++++++++++++++++++++++++++---------------------------
1 file changed, 72 insertions(+), 72 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2ae662c1d..add3d3cfd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -601,7 +601,7 @@ dependencies = [
"bytes",
"fastrand",
"hex",
- "http 1.4.1",
+ "http 1.4.2",
"sha1 0.10.6",
"time",
"tokio",
@@ -664,7 +664,7 @@ dependencies = [
"bytes-utils",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 0.4.6",
"http-body 1.0.1",
"percent-encoding",
@@ -694,7 +694,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body-util",
"regex-lite",
"tracing",
@@ -719,7 +719,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"regex-lite",
"tracing",
]
@@ -743,7 +743,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"regex-lite",
"tracing",
]
@@ -773,7 +773,7 @@ dependencies = [
"hex",
"hmac 0.13.0",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"lru",
"percent-encoding",
@@ -802,7 +802,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"regex-lite",
"tracing",
]
@@ -826,7 +826,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"regex-lite",
"tracing",
]
@@ -851,7 +851,7 @@ dependencies = [
"aws-types",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"regex-lite",
"tracing",
]
@@ -873,7 +873,7 @@ dependencies = [
"hex",
"hmac 0.13.0",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"p256",
"percent-encoding",
"ring",
@@ -906,7 +906,7 @@ dependencies = [
"bytes",
"crc-fast",
"hex",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"md-5 0.11.0",
@@ -940,7 +940,7 @@ dependencies = [
"bytes-utils",
"futures-core",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"percent-encoding",
@@ -961,7 +961,7 @@ dependencies = [
"h2 0.3.27",
"h2 0.4.14",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 0.4.6",
"hyper 0.14.32",
"hyper 1.9.0",
@@ -1023,7 +1023,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 0.4.6",
"http-body 1.0.1",
"http-body-util",
@@ -1044,7 +1044,7 @@ dependencies = [
"aws-smithy-types",
"bytes",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"pin-project-lite",
"tokio",
"tracing",
@@ -1070,7 +1070,7 @@ checksum = "7442cb268338f0eb8278140a107c046756aa01093d8ef5e99628d34ae09c94f5"
dependencies = [
"aws-smithy-runtime-api",
"aws-smithy-types",
- "http 1.4.1",
+ "http 1.4.2",
]
[[package]]
@@ -1084,7 +1084,7 @@ dependencies = [
"bytes-utils",
"futures-core",
"http 0.2.12",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 0.4.6",
"http-body 1.0.1",
"http-body-util",
@@ -1132,7 +1132,7 @@ dependencies = [
"axum-core",
"bytes",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -1165,7 +1165,7 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"mime",
@@ -1632,9 +1632,9 @@ dependencies = [
[[package]]
name = "chrono"
-version = "0.4.44"
+version = "0.4.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
+checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
dependencies = [
"iana-time-zone",
"js-sys",
@@ -3850,7 +3850,7 @@ dependencies = [
"fnv",
"futures-core",
"futures-sink",
- "http 1.4.1",
+ "http 1.4.2",
"indexmap 2.14.0",
"slab",
"tokio",
@@ -3956,7 +3956,7 @@ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97"
dependencies = [
"dirs",
"futures",
- "http 1.4.1",
+ "http 1.4.2",
"indicatif",
"libc",
"log",
@@ -3979,7 +3979,7 @@ checksum = "430b33fa84f92796d4d263070b6c0d3ca219df7b9a0e1853ee431029b1612bcd"
dependencies = [
"async-trait",
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"more-asserts",
"serde",
"thiserror 2.0.18",
@@ -4033,9 +4033,9 @@ dependencies = [
[[package]]
name = "http"
-version = "1.4.1"
+version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
+checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
dependencies = [
"bytes",
"itoa",
@@ -4059,7 +4059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
]
[[package]]
@@ -4070,7 +4070,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-core",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"pin-project-lite",
]
@@ -4137,7 +4137,7 @@ dependencies = [
"futures-channel",
"futures-core",
"h2 0.4.14",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"httparse",
"httpdate",
@@ -4169,7 +4169,7 @@ version = "0.27.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
dependencies = [
- "http 1.4.1",
+ "http 1.4.2",
"hyper 1.9.0",
"hyper-util",
"rustls 0.23.40",
@@ -4190,7 +4190,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"hyper 1.9.0",
"ipnet",
@@ -4496,7 +4496,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
dependencies = [
"hermit-abi",
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -5136,7 +5136,7 @@ dependencies = [
"bytes",
"chrono",
"futures",
- "http 1.4.1",
+ "http 1.4.2",
"io-uring",
"lance-arrow",
"lance-core",
@@ -5358,7 +5358,7 @@ dependencies = [
"futures",
"half",
"hf-hub",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"lance",
"lance-arrow",
@@ -5659,9 +5659,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.31"
+version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f"
+checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
[[package]]
name = "loom"
@@ -5969,9 +5969,9 @@ dependencies = [
[[package]]
name = "napi"
-version = "3.9.0"
+version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1d395473824516f38dd1071a1a37bc57daa7be65b293ebba4ead5f7abb017a2"
+checksum = "ad513ff22558f1830b595ea6eb4091da48145d09a222ce157e781896f78be0b9"
dependencies = [
"bitflags 2.11.1",
"ctor 1.0.5",
@@ -6018,9 +6018,9 @@ dependencies = [
[[package]]
name = "napi-sys"
-version = "3.2.1"
+version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b"
+checksum = "1f5bcdf71abd3a50d00b49c1c2c75251cb3c913777d6139cd37dabc093a5e400"
dependencies = [
"libloading",
]
@@ -6252,7 +6252,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body-util",
"httparse",
"humantime",
@@ -6371,7 +6371,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"futures",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"jiff",
"log",
@@ -6396,7 +6396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6f81ba6960e3fae1882f253b114b21d7e444e1534f209c7737a79f6243eb6f"
dependencies = [
"futures",
- "http 1.4.1",
+ "http 1.4.2",
"mea",
"opendal-core",
]
@@ -6440,7 +6440,7 @@ checksum = "0030644366ef5d8cbe3a4a5822bf99a4aafddc1666e9d24b44d158d9062fc76a"
dependencies = [
"base64 0.22.1",
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"opendal-core",
"opendal-service-azure-common",
@@ -6461,7 +6461,7 @@ checksum = "6dea4908d490143a9b0b7f7a790e139ff829b06a023f670455ed3d44f664b361"
dependencies = [
"base64 0.22.1",
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"opendal-core",
"opendal-service-azure-common",
@@ -6479,7 +6479,7 @@ version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b489f13c42e69d69bdd72952b634356ec43a7881a20259b38b540fcecdf4051"
dependencies = [
- "http 1.4.1",
+ "http 1.4.2",
"opendal-core",
]
@@ -6491,7 +6491,7 @@ checksum = "48de101aac565ed06af4b47903c24eafd249075553ec1fb18256751c45148d47"
dependencies = [
"async-trait",
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"opendal-core",
"percent-encoding",
@@ -6512,7 +6512,7 @@ checksum = "c4922661976a1d40794a2adfbdb888cc3c23097690f825a92f773af38908a848"
dependencies = [
"bytes",
"hf-xet",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"opendal-core",
"percent-encoding",
@@ -6528,7 +6528,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328fa55e8888cbdfe00826bfea2a79042422b720e8369e9e021e46121dea5ace"
dependencies = [
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"opendal-core",
"quick-xml 0.39.4",
@@ -6547,7 +6547,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"crc32c",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"md-5 0.11.0",
"opendal-core",
@@ -7968,9 +7968,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.12.3"
+version = "1.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
+checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
dependencies = [
"aho-corasick",
"memchr",
@@ -7997,9 +7997,9 @@ checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
[[package]]
name = "regex-syntax"
-version = "0.8.10"
+version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
+checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
[[package]]
name = "relative-path"
@@ -8024,7 +8024,7 @@ checksum = "57ac2757f3140aa2e213b554148ae0b52733e624fc6723f0cc6bb3d440176c95"
dependencies = [
"anyhow",
"form_urlencoded",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"percent-encoding",
"reqsign-core",
@@ -8042,7 +8042,7 @@ dependencies = [
"anyhow",
"bytes",
"form_urlencoded",
- "http 1.4.1",
+ "http 1.4.2",
"log",
"percent-encoding",
"quick-xml 0.39.4",
@@ -8064,7 +8064,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"form_urlencoded",
- "http 1.4.1",
+ "http 1.4.2",
"jsonwebtoken",
"log",
"pem",
@@ -8089,7 +8089,7 @@ dependencies = [
"futures",
"hex",
"hmac 0.12.1",
- "http 1.4.1",
+ "http 1.4.2",
"jiff",
"log",
"percent-encoding",
@@ -8116,7 +8116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35cc609b49c69e76ecaceb775a03f792d1ed3e7755ab3548d4534fd801e3242e"
dependencies = [
"form_urlencoded",
- "http 1.4.1",
+ "http 1.4.2",
"jsonwebtoken",
"log",
"percent-encoding",
@@ -8141,7 +8141,7 @@ dependencies = [
"futures-core",
"futures-util",
"h2 0.4.14",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -8185,7 +8185,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -8239,7 +8239,7 @@ checksum = "199dda04a536b532d0cc04d7979e39b1c763ea749bf91507017069c00b96056f"
dependencies = [
"anyhow",
"async-trait",
- "http 1.4.1",
+ "http 1.4.2",
"reqwest 0.13.3",
"thiserror 2.0.18",
"tower-service",
@@ -8783,9 +8783,9 @@ dependencies = [
[[package]]
name = "serde_with"
-version = "3.20.0"
+version = "3.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2"
+checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
dependencies = [
"base64 0.22.1",
"bs58",
@@ -8803,9 +8803,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
-version = "3.20.0"
+version = "3.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac"
+checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
dependencies = [
"darling 0.23.0",
"proc-macro2",
@@ -9829,7 +9829,7 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"bitflags 2.11.1",
"bytes",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
@@ -9849,7 +9849,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-util",
- "http 1.4.1",
+ "http 1.4.2",
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
@@ -10138,9 +10138,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.23.2"
+version = "1.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7"
+checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
dependencies = [
"getrandom 0.4.2",
"js-sys",
@@ -10870,7 +10870,7 @@ dependencies = [
"clap",
"crc32fast",
"futures",
- "http 1.4.1",
+ "http 1.4.2",
"hyper 1.9.0",
"lazy_static",
"more-asserts",
@@ -10944,7 +10944,7 @@ dependencies = [
"chrono",
"clap",
"gearhash",
- "http 1.4.1",
+ "http 1.4.2",
"itertools 0.14.0",
"lazy_static",
"more-asserts",