This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 8817c00b8 build(deps): bump redb from 1.0.4 to 1.1.0 (#2991)
8817c00b8 is described below
commit 8817c00b8db0adf133c0186434bae6da9e592a79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 1 10:52:50 2023 +0800
build(deps): bump redb from 1.0.4 to 1.1.0 (#2991)
Bumps [redb](https://github.com/cberner/redb) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cberner/redb/compare/v1.0.4...v1.1.0)
---
updated-dependencies:
- dependency-name: redb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
core/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e9b1111c3..31c109f37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4794,9 +4794,9 @@ checksum =
"a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
[[package]]
name = "redb"
-version = "1.0.4"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b48b6e8001eaa7ac3793fbfc7444ade76fc51efa3629dee8c66629425d39595"
+checksum = "97d37f4ea12036ad04bd2a02ce385bf28e56f97344223952dccaacbf8704823e"
dependencies = [
"libc",
"pyo3-build-config",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4680a63a7..4dfa90d46 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -244,7 +244,7 @@ prometheus = { version = "0.13", features = ["process"],
optional = true }
prost = { version = "0.11", optional = true }
quick-xml = { version = "0.29", features = ["serialize", "overlapped-lists"] }
rand = { version = "0.8", optional = true }
-redb = { version = "1.0.0", optional = true }
+redb = { version = "1.1.0", optional = true }
redis = { version = "0.23.1", features = [
"cluster-async",
"tokio-comp",