From 80fb92e849026c7ede1b43e6d27f51b410cf7bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:20:54 +0000 Subject: [PATCH] build(deps): bump cel from 0.13.0 to 0.14.0 Bumps [cel](https://github.com/cel-rust/cel-rust) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/cel-rust/cel-rust/releases) - [Commits](https://github.com/cel-rust/cel-rust/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: cel dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- builtins/pdps/cel/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2927d83..a9bf39a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,9 +605,9 @@ dependencies = [ [[package]] name = "cel" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a40f338a8c3505921000b609279775792c07cc21f97a3011578c0c5e1738ae" +checksum = "6ed39583e427bf41d93c28c7f27c943a93bcb8697220ff3575fd53a9e13f3814" dependencies = [ "antlr4rust", "chrono", diff --git a/builtins/pdps/cel/Cargo.toml b/builtins/pdps/cel/Cargo.toml index ae05c4d3..bc0e3656 100644 --- a/builtins/pdps/cel/Cargo.toml +++ b/builtins/pdps/cel/Cargo.toml @@ -43,7 +43,7 @@ apl-core = { workspace = true } # credential is fresh enough"). # `json` and `bytes` are deliberately off — APL marshals JSON at its # own layer, and CEL bytes ops aren't needed for ABAC predicates. -cel = { version = "0.13", default-features = false, features = ["regex", "chrono"] } +cel = { version = "0.14", default-features = false, features = ["regex", "chrono"] } async-trait = { workspace = true } serde_yaml = { workspace = true } thiserror = { workspace = true }