-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Bump the cargo-minor-patch group across 1 directory with 10 updates #952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -146,7 +146,7 @@ napi = { version = "3.12.0", features = ["async", "serde-json"] } | |
| napi-build = { version = "2.4.0" } | ||
| napi-derive = { version = "3.6.2" } | ||
| p256 = { version = "0.13", features = ["ecdsa"] } | ||
| pg_query = { version = "=6.1.1", default-features = false } | ||
| pg_query = { version = "=6.2.0", default-features = false } | ||
| pkcs1 = { version = "0.7", features = ["alloc"] } | ||
| pkcs8 = { version = "0.10" } | ||
| proptest = { version = "1" } | ||
|
|
@@ -157,7 +157,7 @@ rand_chacha = { version = "0.9" } | |
| rand_core = { version = "0.6", features = ["std"] } | ||
| rcgen = { version = "0.13", default-features = false, features = ["ring", "zeroize"] } | ||
| reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "rustls-tls-native-roots"] } | ||
| rhai = { version = "=1.25.1", features = ["sync", "serde"] } | ||
| rhai = { version = "=1.26.0", features = ["sync", "serde"] } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This changes the interpreter used by Evidence scripts and BReg planners/handlers to 1.26.0, while the reviewed Evidence ABI still pins Rhai 1.25.1 ( AGENTS.md reference: AGENTS.md:L206-L207 Useful? React with 👍 / 👎. |
||
| rustls = { version = "0.23", default-features = false, features = ["std", "ring"] } | ||
| # `bundled` vendors the SQLite amalgamation, so a statement source needs no | ||
| # system library. `hooks` carries the authorizer and the progress handler, which | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has no
Signed-off-bytrailer, so.github/workflows/dco.ymlwill reject it while checking every non-merge commit in the PR. Recreate the commit withgit commit -sso the required DCO check can pass.AGENTS.md reference: AGENTS.md:L372-L372
Useful? React with 👍 / 👎.