This is an automated email from the ASF dual-hosted git repository.
tisonkun 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 4beb36b57 chore(deps): bump semver from 1.0.25 to 1.0.27 in /dev
(#7842)
4beb36b57 is described below
commit 4beb36b571acbd41d9a8ed81b6cf1384b7264bfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:15:43 2026 +0800
chore(deps): bump semver from 1.0.25 to 1.0.27 in /dev (#7842)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.25 to 1.0.27.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.25...1.0.27)
---
updated-dependencies:
- dependency-name: semver
dependency-version: 1.0.27
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dev/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/Cargo.lock b/dev/Cargo.lock
index ef3950a3d..4a0020dac 100644
--- a/dev/Cargo.lock
+++ b/dev/Cargo.lock
@@ -681,9 +681,9 @@ dependencies = [
[[package]]
name = "semver"
-version = "1.0.25"
+version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
+checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
[[package]]
name = "serde"