Skip to content

Commit

Permalink
chore(deps): Bump self_cell from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
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](Voultapher/self_cell@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 572404d commit 2dea27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/expr/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2dea27c

Please sign in to comment.