From 08596f1644b911837e72fa0900810a90a8a533be Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Jun 2026 09:21:05 -0700
Subject: [PATCH] chore(deps): bump the rust-minor-patch group with 2 updates
(#3565)
Bumps the rust-minor-patch group with 2 updates:
[bytes](https://github.com/tokio-rs/bytes) and
[napi](https://github.com/napi-rs/napi-rs).
Updates `bytes` from 1.11.1 to 1.12.0
Release notes
Sourced from bytes's
releases.
Bytes v1.12.0
1.12.0 (June 18th, 2026)
Added
- Add
BytesMut::extend_from_within() (#818)
- Add
BytesMut::try_unsplit() (#746)
Fixed
- Fix panic in
get_int if nbytes is zero (#806)
Changed
- Pass vtable data by value (#826)
- Exclude development scripts from published package (#810)
Documented
- Document that
BytesMut::{reserve,try_reserve} doesn't
preserve unused capacity (#808)
Changelog
Sourced from bytes's
changelog.
1.12.0 (June 18th, 2026)
Added
- Add
BytesMut::extend_from_within() (#818)
- Add
BytesMut::try_unsplit() (#746)
Fixed
- Fix panic in
get_int if nbytes is zero (#806)
Changed
- Pass vtable data by value (#826)
- Exclude development scripts from published package (#810)
Documented
- Document that
BytesMut::{reserve,try_reserve} doesn't
preserve unused capacity (#808)
Commits
Updates `napi` from 3.9.1 to 3.9.3
Release notes
Sourced from napi's
releases.
napi-v3.9.3
Fixed
- (napi) sync referred flag when creating a weak
ThreadsafeFunction (#3337)
Other
- (napi) outline non-generic core of
ThreadsafeFunction::create (#3334)
napi-v3.9.2
Fixed
- (napi) ReadableStream Reader loses chunks and aborts on
errored streams (#3328)
Commits
ee58383
chore(napi): release v3.9.3 (#3335)
c787276
fix(napi): sync referred flag when creating a weak ThreadsafeFunction
(#3337)
d4276ca
chore(deps): update dependency oxc-parser to ^0.137.0 (#3336)
a0b1831
perf(napi): outline non-generic core of ThreadsafeFunction::create (#3334)
3759d7b
chore(deps): update rust-lang/crates-io-auth-action action to v1.0.5 (#3333)
dd41eeb
build(deps): bump protobufjs from 7.6.2 to 7.6.4 (#3332)
cdd48b3
chore(deps): update dependency oxc-parser to ^0.136.0 (#3314)
e98762d
chore(deps): update yarn monorepo to v4.17.0 (#3330)
529a78d
chore(napi): release v3.9.2 (#3329)
88f4b97
fix(napi): ReadableStream Reader loses chunks and aborts on errored
streams (...
- 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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 145c4a7a0..f2120acc9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1472,9 +1472,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
-version = "1.11.1"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
+checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
[[package]]
name = "bytes-utils"
@@ -5958,9 +5958,9 @@ dependencies = [
[[package]]
name = "napi"
-version = "3.9.1"
+version = "3.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad513ff22558f1830b595ea6eb4091da48145d09a222ce157e781896f78be0b9"
+checksum = "fbd9f9295f3ff5921e78a71222c3361a8216f7760b1a99a6ad4e8441de18bbb9"
dependencies = [
"bitflags 2.11.1",
"chrono",