Skip to content

Commit 7d3cc70

Browse files
committed
Bump cel to 0.13
1 parent cc8823e commit 7d3cc70

2 files changed

Lines changed: 103 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 101 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "celq"
33
description = "A CEL command-line query tool for JSON data"
4-
version = "0.3.4"
4+
version = "0.4.0"
55
edition = "2024"
66
rust-version = "1.90"
77
authors = ["Ivan Carvalho <ivancarvalho@gatech.edu>"]
@@ -41,7 +41,7 @@ greppable = ["dep:ressa", "dep:resast"]
4141

4242
[dependencies]
4343
anyhow = "1"
44-
cel = { version = "0.12.0", features = ["bytes", "json", "regex", "chrono"] }
44+
cel = { version = "0.13.0", features = ["bytes", "json", "regex", "chrono"] }
4545
clap = { version = ">= 4.5.0, < 5.0.0", features = ["derive"] }
4646
serde = "1"
4747
serde_json = { version = "1", features = ["preserve_order"] }

0 commit comments

Comments
 (0)