From 2dea27c4bc3dfe962d3cf3d80c10c36ec8c8db63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:20:07 +0000 Subject: [PATCH] chore(deps): Bump self_cell from 1.0.2 to 1.1.0 Bumps [self_cell](https://github.com/Voultapher/self_cell) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/Voultapher/self_cell/releases) - [Commits](https://github.com/Voultapher/self_cell/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: self_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/expr/impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88a017ae9bff..b4e793882d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13063,9 +13063,9 @@ dependencies = [ [[package]] name = "self_cell" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6" +checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" [[package]] name = "semver" diff --git a/src/expr/impl/Cargo.toml b/src/expr/impl/Cargo.toml index 87b27a9e670d..15879508f3d5 100644 --- a/src/expr/impl/Cargo.toml +++ b/src/expr/impl/Cargo.toml @@ -60,7 +60,7 @@ risingwave_expr = { workspace = true } risingwave_pb = { workspace = true } risingwave_sqlparser = { workspace = true } rust_decimal = { version = "1", features = ["db-postgres", "maths"] } -self_cell = "1.0.1" +self_cell = "1.1.0" serde = { version = "1", features = ["derive"] } serde_json = "1" sha1 = "0.10"