-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the cargo-minor-patch group across 1 directory with 6 updates #838
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
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 |
|---|---|---|
|
|
@@ -142,7 +142,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" } | ||
|
|
@@ -153,7 +153,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 pin changes the interpreter used by AGENTS.md reference: AGENTS.md:L323-L325 Useful? React with 👍 / 👎. 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.
When Evidence adapter scripts or BReg change-request planners run, this makes them execute under Rhai 1.26.0 even though AGENTS.md reference: AGENTS.md:L167-L170 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.
The commit message has no
Signed-off-by:trailer, so this commit does not satisfy the repository's DCO requirement and will need to be recreated or included in a properly signed-off replacement commit before it can be accepted.AGENTS.md reference: AGENTS.md:L314-L314
Useful? React with 👍 / 👎.