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 ffb3857a1 chore(deps): bump the logs-errors-checksums group in /core
with 2 updates (#6635)
ffb3857a1 is described below
commit ffb3857a1c4aec5af1c0512a77b890235e29878b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 16:55:38 2025 +0900
chore(deps): bump the logs-errors-checksums group in /core with 2 updates
(#6635)
chore(deps): bump the logs-errors-checksums group
Bumps the logs-errors-checksums group in /core with 2 updates:
[anyhow](https://github.com/dtolnay/anyhow) and
[log](https://github.com/rust-lang/log).
Updates `anyhow` from 1.0.98 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.100)
Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.28)
---
updated-dependencies:
- dependency-name: anyhow
dependency-version: 1.0.100
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: logs-errors-checksums
- dependency-name: log
dependency-version: 0.4.28
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: logs-errors-checksums
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/Cargo.lock | 8 ++++----
core/Cargo.toml | 2 +-
core/fuzz/Cargo.toml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index 90c1c2777..28828c8f7 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -187,9 +187,9 @@ checksum =
"ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
[[package]]
name = "anyhow"
-version = "1.0.98"
+version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
+checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "approx"
@@ -4616,9 +4616,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.27"
+version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
+checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
dependencies = [
"value-bag",
]
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 8a43383d5..fafbad371 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -238,7 +238,7 @@ required-features = ["tests"]
[dependencies]
# Required dependencies
-anyhow = { version = "1.0.30", features = ["std"] }
+anyhow = { version = "1.0.100", features = ["std"] }
backon = { version = "1.5", features = ["tokio-sleep"] }
base64 = "0.22"
bytes = "1.6"
diff --git a/core/fuzz/Cargo.toml b/core/fuzz/Cargo.toml
index 8b52cbe69..4912b6ede 100644
--- a/core/fuzz/Cargo.toml
+++ b/core/fuzz/Cargo.toml
@@ -78,7 +78,7 @@ services-webhdfs = ["opendal/services-webhdfs"]
[dependencies]
arbitrary = { version = "1.3.0", features = ["derive"] }
libfuzzer-sys = "0.4"
-log = { version = "0.4.22" }
+log = { version = "0.4.28" }
logforth = { version = "0.23.1", default-features = false }
opendal = { path = "..", features = ["tests"] }
uuid = { version = "1", features = ["v4"] }