This is an automated email from the ASF dual-hosted git repository.
erickguan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 9fdb6a382 chore(deps): bump bytes from 1.12.0 to 1.12.1 in /core in
the http-serialization-utils group across 1 directory (#7892)
9fdb6a382 is described below
commit 9fdb6a382e8e84fc52b6cf2d98f3945bb5fb7116
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 12:09:48 2026 +0800
chore(deps): bump bytes from 1.12.0 to 1.12.1 in /core in the
http-serialization-utils group across 1 directory (#7892)
chore(deps): bump bytes
Bumps the http-serialization-utils group with 1 update in the /core
directory: [bytes](https://github.com/tokio-rs/bytes).
Updates `bytes` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.12.0...v1.12.1)
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.12.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: http-serialization-utils
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index 9252c5ea6..6662cff73 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -1382,9 +1382,9 @@ checksum =
"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
-version = "1.12.0"
+version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
+checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
dependencies = [
"serde",
]