This is an automated email from the ASF dual-hosted git repository.
asukaminato 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 b6d9b0b46 chore(deps): bump the others group in /core with 2 updates
(#6478)
b6d9b0b46 is described below
commit b6d9b0b46ca90d1dcd59d4c5cc62801460ebc9c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 16:49:51 2025 +0900
chore(deps): bump the others group in /core with 2 updates (#6478)
Bumps the others group in /core with 2 updates:
[redb](https://github.com/cberner/redb) and
[criterion](https://github.com/bheisler/criterion.rs).
Updates `redb` from 2.6.0 to 2.6.2
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/v2.6.2/CHANGELOG.md)
- [Commits](https://github.com/cberner/redb/compare/v2.6.0...v2.6.2)
Updates `criterion` from 0.6.0 to 0.7.0
-
[Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.6.0...0.7.0)
---
updated-dependencies:
- dependency-name: redb
dependency-version: 2.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: others
- dependency-name: criterion
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: others
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/Cargo.lock | 14 +++++++-------
core/Cargo.toml | 2 +-
core/benches/vs_fs/Cargo.toml | 2 +-
core/benches/vs_s3/Cargo.toml | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index c6edf5426..ea7588852 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -2182,9 +2182,9 @@ dependencies = [
[[package]]
name = "criterion"
-version = "0.6.0"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679"
+checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
dependencies = [
"anes",
"cast",
@@ -2206,12 +2206,12 @@ dependencies = [
[[package]]
name = "criterion-plot"
-version = "0.5.0"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
+checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
dependencies = [
"cast",
- "itertools 0.10.5",
+ "itertools 0.13.0",
]
[[package]]
@@ -6800,9 +6800,9 @@ checksum =
"bbc4a4ea2a66a41a1152c4b3d86e8954dc087bdf33af35446e6e176db4e73c8c"
[[package]]
name = "redb"
-version = "2.6.0"
+version = "2.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cef6a6d3a65ea334d6cdfb31fa2525c20184b7aa7bd1ad1e2e37502610d4609f"
+checksum = "59b38b05028f398f08bea4691640503ec25fcb60b82fb61ce1f8fd1f4fccd3f7"
dependencies = [
"libc",
]
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 50e4c897a..b6fe37294 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -413,7 +413,7 @@ tokio = { version = "1.46", features = ["time"] }
uuid = { version = "1.17", features = ["serde", "v4", "js"] }
[dev-dependencies]
-criterion = { version = "0.6", features = ["async", "async_tokio"] }
+criterion = { version = "0.7", features = ["async", "async_tokio"] }
divan = { version = "0.1" }
dotenvy = "0.15"
fastrace = { version = "0.7", features = ["enable"] }
diff --git a/core/benches/vs_fs/Cargo.toml b/core/benches/vs_fs/Cargo.toml
index f9174be68..8234645fb 100644
--- a/core/benches/vs_fs/Cargo.toml
+++ b/core/benches/vs_fs/Cargo.toml
@@ -25,7 +25,7 @@ rust-version = "1.82"
version = "0.0.0"
[dependencies]
-criterion = { version = "0.6", features = ["async", "async_tokio"] }
+criterion = { version = "0.7", features = ["async", "async_tokio"] }
opendal = { path = "../..", features = ["tests"] }
rand = "0.8"
tokio = { version = "1", features = ["full"] }
diff --git a/core/benches/vs_s3/Cargo.toml b/core/benches/vs_s3/Cargo.toml
index b6dd9aafb..a5e29bb97 100644
--- a/core/benches/vs_s3/Cargo.toml
+++ b/core/benches/vs_s3/Cargo.toml
@@ -30,7 +30,7 @@ aws-credential-types = { version = "1.2.4", features = [
"hardcoded-credentials",
] }
aws-sdk-s3 = "1.91.0"
-criterion = { version = "0.6", features = ["async", "async_tokio"] }
+criterion = { version = "0.7", features = ["async", "async_tokio"] }
dotenvy = "0.15"
logforth = { version = "0.23.1", default-features = false }
opendal = { path = "../..", features = ["tests"] }