From 968277be79862462b3fab7fcb900e55913962328 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 30 May 2026 19:22:50 -0700
Subject: [PATCH] chore(deps): bump the rust-minor-patch group with 5 updates
(#3465)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the rust-minor-patch group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150`
|
| [http](https://github.com/hyperium/http) | `1.4.0` | `1.4.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` |
| [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) |
`1.11.1` | `1.11.3` |
Updates `log` from 0.4.29 to 0.4.30
Release notes
Sourced from log's
releases.
0.4.30
What's Changed
New Contributors
Full Changelog: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
Notable Changes
Changelog
Sourced from log's
changelog.
[0.4.30] - 2026-05-21
What's Changed
New Contributors
Full Changelog: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
Notable Changes
Commits
9c55760
Merge pull request #725
from rust-lang/cargo/0.4.30
d1acb05
update docs on current MSRV and note latest bump in changelog
5068293
prepare for 0.4.30 release
7ccd873
Merge pull request #724
from rust-lang/feat/net-to-value
923dfaa
fix up test cfgs
ecb7de8
gate net value impls on std
67bb4f6
run fmt
25f49fe
rework net type capturing
7087dcb
feat: impl ToValue for core::net types
67bc7e3
Merge pull request #723
from woodruffw-forks/ww/ci
- Additional commits viewable in compare
view
Updates `serde_json` from 1.0.149 to 1.0.150
Release notes
Sourced from serde_json's
releases.
v1.0.150
Commits
a1ae73a
Release 1.0.150
1a360b0
Merge pull request #1324
from puneetdixit200/reject-non-string-enum-keys
2037b63
Reject non-string enum object keys
5d30df6
Resolve manual_assert_eq pedantic clippy lint
dc8003a
Raise required compiler for preserve_order feature to 1.85
a42fa98
Unpin CI miri toolchain
684a60e
Pin CI miri to nightly-2026-02-11
7c7da33
Raise required compiler to Rust 1.71
acf4850
Simplify Number::is_f64
6b8ceab
Resolve unnecessary_map_or clippy lint
- Additional commits viewable in compare
view
Updates `http` from 1.4.0 to 1.4.1
Release notes
Sourced from http's
releases.
v1.4.1
tl;dr
- Fix
PathAndQuery::from_static() and
from_shared() to reject inputs that do not start with
/.
- Fix
Extend for HeaderMap to clamp max size
hint and not overflow.
- Fix
header::IntoIter that could use-after-free if the
generic value type could panic on drop.
- Fix
header::{IterMut, ValuesIterMut} to not violate
stacked borrows.
What's Changed
New Contributors
Full Changelog: https://github.com/hyperium/http/compare/v1.4.0...v1.4.1
Changelog
Sourced from http's
changelog.
1.4.1 (May 25, 2026)
- Fix
PathAndQuery::from_static() and
from_shared() to reject inputs that do not start with
/.
- Fix
Extend for HeaderMap to clamp max size
hint and not overflow.
- Fix
header::IntoIter that could use-after-free if the
generic value type could panic on drop.
- Fix
header::{IterMut, ValuesIterMut} to not violate
stacked borrows.
Commits
a24c968
v1.4.1
bc3b044
fix(header): use a set_len guard in IntoIter drop (#838)
1b968dc
fix(header): fix stacked borrows for IterMut/ValuesIterMut (#837)
6e2dd42
fix: clamp Extend size hint so HeaderMap reserve cannot overflow (#833)
68e0abb
docs: fix typo in request builder docs (#831)
29dd307
docs(extensions): rephrase internal comment (#827)
ae48fb5
fix(uri): reject Path::from_shared/from_static if doesn't start with
slash (#...
1ad200e
refactor(uri): consolidate PathAndQuery::from_shared and from_static (#825)
d59d939
refactor: Remove usage of float instruction (#823)
ed680c4
tests: update to rand 0.10 (#818)
- Additional commits viewable in compare
view
Updates `uuid` from 1.23.1 to 1.23.2
Release notes
Sourced from uuid's
releases.
v1.23.2
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2
Commits
d119657
Merge pull request #883 from
uuid-rs/cargo/v1.23.2
0651cfc
prepare for 1.23.2 release
e8dea0c
Merge pull request #882 from
uuid-rs/fix/error-msgs
bdc429a
fix up serde messages
d4342e4
make indexes 0 based and fix up more error messages
4ad479f
work on more accurate parser errors
- See full diff in compare
view
Updates `aws-smithy-runtime` from 1.11.1 to 1.11.3
Commits
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 | 142 +++++++++++++++++++++++++++++------------------------
1 file changed, 77 insertions(+), 65 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c558506ca..171c8731b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -568,7 +568,7 @@ dependencies = [
"bytes",
"fastrand",
"hex",
- "http 1.4.0",
+ "http 1.4.1",
"sha1 0.10.6",
"time",
"tokio",
@@ -631,7 +631,7 @@ dependencies = [
"bytes-utils",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 0.4.6",
"http-body 1.0.1",
"percent-encoding",
@@ -661,7 +661,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body-util",
"regex-lite",
"tracing",
@@ -686,7 +686,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"regex-lite",
"tracing",
]
@@ -710,7 +710,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"regex-lite",
"tracing",
]
@@ -740,7 +740,7 @@ dependencies = [
"hex",
"hmac 0.13.0",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"lru",
"percent-encoding",
@@ -769,7 +769,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"regex-lite",
"tracing",
]
@@ -793,7 +793,7 @@ dependencies = [
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"regex-lite",
"tracing",
]
@@ -818,7 +818,7 @@ dependencies = [
"aws-types",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"regex-lite",
"tracing",
]
@@ -840,7 +840,7 @@ dependencies = [
"hex",
"hmac 0.13.0",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"p256",
"percent-encoding",
"ring",
@@ -873,7 +873,7 @@ dependencies = [
"bytes",
"crc-fast",
"hex",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"md-5 0.11.0",
@@ -907,7 +907,7 @@ dependencies = [
"bytes-utils",
"futures-core",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"percent-encoding",
@@ -928,7 +928,7 @@ dependencies = [
"h2 0.3.27",
"h2 0.4.14",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 0.4.6",
"hyper 0.14.32",
"hyper 1.9.0",
@@ -976,20 +976,21 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime"
-version = "1.11.1"
+version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0504b1ab12debb5959e5165ee5fe97dd387e7aa7ea6a477bfd7635dfe769a4f5"
+checksum = "b8e6f5caf6fea86f8c2206541ab5857cfcda9013426cdbe8fa0098b9e2d32182"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-http-client",
"aws-smithy-observability",
"aws-smithy-runtime-api",
+ "aws-smithy-schema",
"aws-smithy-types",
"bytes",
"fastrand",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 0.4.6",
"http-body 1.0.1",
"http-body-util",
@@ -1001,16 +1002,16 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.12.0"
+version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b71a13df6ada0aafbf21a73bdfcdf9324cfa9df77d96b8446045be3cde61b42e"
+checksum = "dc117c179ecf39a62a0a3f49f600e9ac26a7ad7dd172177999f83933af776c32"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api-macros",
"aws-smithy-types",
"bytes",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"pin-project-lite",
"tokio",
"tracing",
@@ -1029,17 +1030,28 @@ dependencies = [
]
[[package]]
-name = "aws-smithy-types"
-version = "1.4.7"
+name = "aws-smithy-schema"
+version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
+checksum = "7442cb268338f0eb8278140a107c046756aa01093d8ef5e99628d34ae09c94f5"
+dependencies = [
+ "aws-smithy-runtime-api",
+ "aws-smithy-types",
+ "http 1.4.1",
+]
+
+[[package]]
+name = "aws-smithy-types"
+version = "1.4.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "056b66dbce2f81cc0c1e2b05bb402eb58f8a3530479d650efadd5bbae9a4050b"
dependencies = [
"base64-simd",
"bytes",
"bytes-utils",
"futures-core",
"http 0.2.12",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 0.4.6",
"http-body 1.0.1",
"http-body-util",
@@ -1087,7 +1099,7 @@ dependencies = [
"axum-core",
"bytes",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -1120,7 +1132,7 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"mime",
@@ -3681,7 +3693,7 @@ dependencies = [
"fnv",
"futures-core",
"futures-sink",
- "http 1.4.0",
+ "http 1.4.1",
"indexmap 2.14.0",
"slab",
"tokio",
@@ -3787,7 +3799,7 @@ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97"
dependencies = [
"dirs",
"futures",
- "http 1.4.0",
+ "http 1.4.1",
"indicatif",
"libc",
"log",
@@ -3810,7 +3822,7 @@ checksum = "430b33fa84f92796d4d263070b6c0d3ca219df7b9a0e1853ee431029b1612bcd"
dependencies = [
"async-trait",
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"more-asserts",
"serde",
"thiserror 2.0.18",
@@ -3864,9 +3876,9 @@ dependencies = [
[[package]]
name = "http"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
+checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
dependencies = [
"bytes",
"itoa",
@@ -3890,7 +3902,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
]
[[package]]
@@ -3901,7 +3913,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-core",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"pin-project-lite",
]
@@ -3968,7 +3980,7 @@ dependencies = [
"futures-channel",
"futures-core",
"h2 0.4.14",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"httparse",
"httpdate",
@@ -4000,7 +4012,7 @@ version = "0.27.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
dependencies = [
- "http 1.4.0",
+ "http 1.4.1",
"hyper 1.9.0",
"hyper-util",
"rustls 0.23.40",
@@ -4021,7 +4033,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"hyper 1.9.0",
"ipnet",
@@ -4928,7 +4940,7 @@ dependencies = [
"chrono",
"deepsize",
"futures",
- "http 1.4.0",
+ "http 1.4.1",
"io-uring",
"lance-arrow",
"lance-core",
@@ -5149,7 +5161,7 @@ dependencies = [
"futures",
"half",
"hf-hub",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"lance",
"lance-arrow",
@@ -5429,9 +5441,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.29"
+version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
+checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
[[package]]
name = "loom"
@@ -6001,7 +6013,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body-util",
"httparse",
"humantime",
@@ -6114,7 +6126,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"futures",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"jiff",
"log",
@@ -6139,7 +6151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048b1b29c503263bdd80a9afe46a68cd02ea9bd361185b1feab4b151078998e9"
dependencies = [
"futures",
- "http 1.4.0",
+ "http 1.4.1",
"mea",
"opendal-core",
]
@@ -6183,7 +6195,7 @@ checksum = "7452bf3ec61cfd81ac9ad9ada17825931e9e371d44a045c6bfab9596c0a2ac3b"
dependencies = [
"base64 0.22.1",
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"opendal-core",
"opendal-service-azure-common",
@@ -6203,7 +6215,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f9884c2d8cf8ba2bb077d79c877dac5863ba3bab9e2c9c1e41a2e0491404772"
dependencies = [
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"opendal-core",
"opendal-service-azure-common",
@@ -6221,7 +6233,7 @@ version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb0e45d6c8dcf66ce2da20e241bcb80e6e540e109a4ff20f318f6c9b4c54e0c"
dependencies = [
- "http 1.4.0",
+ "http 1.4.1",
"opendal-core",
]
@@ -6233,7 +6245,7 @@ checksum = "70a49477a10163431896d106136117f5670717f9c9e49cf6f710528800c6633a"
dependencies = [
"async-trait",
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"opendal-core",
"percent-encoding",
@@ -6254,7 +6266,7 @@ checksum = "7b2ab7a2a8a11dfe257ef4db5c0de798acbcd0d6429c37382dad2154bc06a388"
dependencies = [
"bytes",
"hf-xet",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"opendal-core",
"percent-encoding",
@@ -6270,7 +6282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c8a917829ad06d21b639558532cb0101fe49b040d946d673a73018683fac05"
dependencies = [
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"opendal-core",
"quick-xml 0.38.4",
@@ -6289,7 +6301,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"crc32c",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"md-5 0.10.6",
"opendal-core",
@@ -7698,7 +7710,7 @@ checksum = "57ac2757f3140aa2e213b554148ae0b52733e624fc6723f0cc6bb3d440176c95"
dependencies = [
"anyhow",
"form_urlencoded",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"percent-encoding",
"reqsign-core",
@@ -7716,7 +7728,7 @@ dependencies = [
"anyhow",
"bytes",
"form_urlencoded",
- "http 1.4.0",
+ "http 1.4.1",
"log",
"percent-encoding",
"quick-xml 0.39.4",
@@ -7738,7 +7750,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"form_urlencoded",
- "http 1.4.0",
+ "http 1.4.1",
"jsonwebtoken",
"log",
"pem",
@@ -7763,7 +7775,7 @@ dependencies = [
"futures",
"hex",
"hmac 0.12.1",
- "http 1.4.0",
+ "http 1.4.1",
"jiff",
"log",
"percent-encoding",
@@ -7790,7 +7802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35cc609b49c69e76ecaceb775a03f792d1ed3e7755ab3548d4534fd801e3242e"
dependencies = [
"form_urlencoded",
- "http 1.4.0",
+ "http 1.4.1",
"jsonwebtoken",
"log",
"percent-encoding",
@@ -7815,7 +7827,7 @@ dependencies = [
"futures-core",
"futures-util",
"h2 0.4.14",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -7859,7 +7871,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
@@ -7913,7 +7925,7 @@ checksum = "199dda04a536b532d0cc04d7979e39b1c763ea749bf91507017069c00b96056f"
dependencies = [
"anyhow",
"async-trait",
- "http 1.4.0",
+ "http 1.4.1",
"reqwest 0.13.3",
"thiserror 2.0.18",
"tower-service",
@@ -8401,9 +8413,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.149"
+version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
+checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"itoa",
"memchr",
@@ -9462,7 +9474,7 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"bitflags 2.11.1",
"bytes",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
@@ -9482,7 +9494,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-util",
- "http 1.4.0",
+ "http 1.4.1",
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
@@ -9771,9 +9783,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.23.1"
+version = "1.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
+checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7"
dependencies = [
"getrandom 0.4.2",
"js-sys",
@@ -10503,7 +10515,7 @@ dependencies = [
"clap",
"crc32fast",
"futures",
- "http 1.4.0",
+ "http 1.4.1",
"hyper 1.9.0",
"lazy_static",
"more-asserts",
@@ -10577,7 +10589,7 @@ dependencies = [
"chrono",
"clap",
"gearhash",
- "http 1.4.0",
+ "http 1.4.1",
"itertools 0.14.0",
"lazy_static",
"more-asserts",