Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

chore(deps): bump cel-interpreter from 0.8.1 to 0.10.0 in /backend#156

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/backend/cel-interpreter-0.10.0
Open

chore(deps): bump cel-interpreter from 0.8.1 to 0.10.0 in /backend#156
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/backend/cel-interpreter-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Bumps cel-interpreter from 0.8.1 to 0.10.0.

Release notes

Sourced from cel-interpreter's releases.

cel-interpreter-v0.10.0

Added

  • (antlr) 🔥 previous parser
  • (antlr) Good ridance .unwrap()s - part 2 of 2
  • (antlr) offending whitespaces are fine
  • (antlr) deal with lexer errors
  • (antlr) support multiple errors from parsing
  • (antlr) impl []
  • (antlr) test only SelectExpr
  • (macros) Comprehensions
  • (antlr) Expr are now ID'ed

Fixed

  • Mistakenly Public API changes reverted
  • Do not expose internal comprehension var idents
  • Do not resolve left operand twice
  • has defaults to false on non container types
  • don't drop the IdedExpr
  • has([]) is that a thing?
  • double eval, and lazy eval of right hand expr
  • dunno why this changed

Other

  • Updated GH urls to new org (#158)
  • Optimizations around member lookups (#156)
  • Fixing fuzz test (#157)
  • :uninlined_format_args fixes (#153)
  • Add basic infrastructure for fuzzing and one target for Value binops (#152)
  • Append to lists and strings in place instead of cloning when possible (#149)
  • Remove non-standard binary operators (#147)
  • Make ExecutionError non-exhaustive (#148)
  • Avoid panics due to division by zero and integer overflow (#145)
  • Remove redundant clone
  • Remove redundant string/error allocations/clones during name resolution
  • cargo fmt
  • deleted dead code
  • add test for 3 args map macro
  • deleting fn replaced with macros
  • fmt & clippy
  • Interpreter adapted to compile using new parser
  • simplify function binding magic as an IntoFunction trait (#133)

cel-interpreter-v0.9.1

Added

  • Implement Short-Circuit Evaluation for AND Expressions to Fix Issue #117 (#118)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cel-interpreter](https://github.com/cel-rust/cel-rust) from 0.8.1 to 0.10.0.
- [Release notes](https://github.com/cel-rust/cel-rust/releases)
- [Commits](cel-rust/cel-rust@v0.8.1...cel-interpreter-v0.10.0)

---
updated-dependencies:
- dependency-name: cel-interpreter
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 20, 2026

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants