Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 5, 2024
1 parent bd580d5 commit b931802
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 29 deletions.
71 changes: 44 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ regex = "1"
radix_trie = "0.2.1"
const_format = "0.2.31"
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "std"] }
cel-interpreter = { git = "https://github.com/clarkmcc/cel-rust", branch = "master" }
cel-parser = { git = "https://github.com/clarkmcc/cel-rust.git", branch = "master" }
cel-interpreter = "0.8.1"
cel-parser = "0.7.1"

[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/Kuadrant/wasm-test-framework.git", branch = "kuadrant" }
Expand Down

0 comments on commit b931802

Please sign in to comment.