From a6c30b4c92d6ea4504497ab90f04abc8f4371574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:39:50 +0000 Subject: [PATCH] chore(deps): Bump serial_test from 2.0.0 to 3.0.0 Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 +++++------------------------ src/storage/hummock_test/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d3142158edcc..4f94c4874dfc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4732,7 +4732,7 @@ dependencies = [ "log", "murmur3", "once_cell", - "opendal 0.43.0", + "opendal", "ordered-float 3.9.1", "parquet 49.0.0", "prometheus", @@ -6199,39 +6199,6 @@ version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" -[[package]] -name = "opendal" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c04ac25bc94e2b572a0f41bcc650cb39dd09255efce72b68eb5dc188b018c52a" -dependencies = [ - "anyhow", - "async-compat", - "async-trait", - "backon", - "base64 0.21.4", - "bytes", - "chrono", - "flagset", - "futures", - "http 0.2.9", - "log", - "md-5", - "once_cell", - "parking_lot 0.12.1", - "percent-encoding", - "pin-project", - "prometheus", - "quick-xml 0.30.0", - "reqsign", - "reqwest", - "serde", - "serde_json", - "sha2", - "tokio", - "uuid", -] - [[package]] name = "opendal" version = "0.44.0" @@ -6255,6 +6222,7 @@ dependencies = [ "parking_lot 0.12.1", "percent-encoding", "pin-project", + "prometheus", "quick-xml 0.30.0", "reqsign", "reqwest", @@ -8512,7 +8480,7 @@ dependencies = [ "mysql_common", "nexmark", "num-bigint", - "opendal 0.44.0", + "opendal", "parking_lot 0.12.1", "paste", "pretty_assertions", @@ -9082,7 +9050,7 @@ dependencies = [ "itertools 0.12.0", "madsim-aws-sdk-s3", "madsim-tokio", - "opendal 0.44.0", + "opendal", "prometheus", "risingwave_common", "rustls", @@ -10300,9 +10268,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" +checksum = "953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d" dependencies = [ "dashmap", "futures", @@ -10314,9 +10282,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" +checksum = "b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212" dependencies = [ "proc-macro2", "quote", diff --git a/src/storage/hummock_test/Cargo.toml b/src/storage/hummock_test/Cargo.toml index 39af3db64241a..04bda1fdb625b 100644 --- a/src/storage/hummock_test/Cargo.toml +++ b/src/storage/hummock_test/Cargo.toml @@ -50,7 +50,7 @@ futures = { version = "0.3", default-features = false, features = [ futures-async-stream = "0.2.9" risingwave_hummock_sdk = { workspace = true, features = ["enable_test_epoch"] } risingwave_test_runner = { workspace = true } -serial_test = "2.0" +serial_test = "3.0" sync-point = { path = "../../utils/sync-point" } [features]