chore(deps): Bump the cargo-minor-patch group across 1 directory with 10 updates - #952
chore(deps): Bump the cargo-minor-patch group across 1 directory with 10 updates#952dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 44e612a3ff
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| 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.
Keep Rhai aligned with the declared script ABI
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 (products/evidence/reference/request-adapter/ADAPTER-API.md:545) and BReg still serializes CHANGE_REQUEST_PLANNER_RHAI_VERSION = "1.25.1" into compiled packages (crates/registry-breg/src/change_request.rs:64). A reviewed script affected by 1.26's optimizer or semantic fixes will therefore execute differently while its contract metadata continues to attest 1.25.1, potentially changing signed assertions or action effects. Keep 1.25.1, or update and review the ABI, version constants, tests, and generated artifacts together.
AGENTS.md reference: AGENTS.md:L206-L207
Useful? React with 👍 / 👎.
44e612a to
9db36c3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9db36c34f8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| 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 } |
There was a problem hiding this comment.
This commit has no Signed-off-by trailer, so .github/workflows/dco.yml will reject it while checking every non-merge commit in the PR. Recreate the commit with git commit -s so the required DCO check can pass.
AGENTS.md reference: AGENTS.md:L372-L372
Useful? React with 👍 / 👎.
64ed1c1 to
4b81b40
Compare
… 10 updates Bumps the cargo-minor-patch group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.18.0` | `1.18.1` | | [hickory-resolver](https://github.com/hickory-dns/hickory-dns) | `0.26.1` | `0.26.2` | | [ipnet](https://github.com/krisprice/ipnet) | `2.12.1` | `2.12.2` | | [napi](https://github.com/napi-rs/napi-rs) | `3.12.1` | `3.12.2` | | [pg_query](https://github.com/pganalyze/pg_query.rs) | `6.1.1` | `6.2.0` | | [rhai](https://github.com/rhaiscript/rhai) | `1.25.1` | `1.26.0` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.4` | `0.26.5` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.7.0` | `0.7.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.24.1` | `1.26.0` | | [oxjsonld](https://github.com/oxigraph/oxigraph) | `0.2.5` | `0.2.6` | Updates `aws-lc-rs` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.18.0...v1.18.1) Updates `hickory-resolver` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](hickory-dns/hickory-dns@v0.26.1...v0.26.2) Updates `ipnet` from 2.12.1 to 2.12.2 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits) Updates `napi` from 3.12.1 to 3.12.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.12.1...napi-v3.12.2) Updates `pg_query` from 6.1.1 to 6.2.0 - [Changelog](https://github.com/pganalyze/pg_query.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/pganalyze/pg_query.rs/commits/v6.2.0) Updates `rhai` from 1.25.1 to 1.26.0 - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhaiscript/rhai/commits/v1.26.0) Updates `tokio-rustls` from 0.26.4 to 0.26.5 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](rustls/tokio-rustls@v/0.26.4...v/0.26.5) Updates `tower-http` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.7.0...tower-http-0.7.1) Updates `uuid` from 1.24.1 to 1.26.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.24.1...v1.26.0) Updates `oxjsonld` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/oxigraph/oxigraph/releases) - [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxigraph/commits) --- updated-dependencies: - dependency-name: aws-lc-rs dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: hickory-resolver dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: ipnet dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: napi dependency-version: 3.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: oxjsonld dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: pg_query dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: rhai dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: tokio-rustls dependency-version: 0.26.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: tower-http dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4b81b40 to
eabaacf
Compare
Bumps the cargo-minor-patch group with 10 updates in the / directory:
1.18.01.18.10.26.10.26.22.12.12.12.23.12.13.12.26.1.16.2.01.25.11.26.00.26.40.26.50.7.00.7.11.24.11.26.00.2.50.2.6Updates
aws-lc-rsfrom 1.18.0 to 1.18.1Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
22e629dPrepare v1.18.1 (#1224)c4fde5cPrepare aws-lc-fips-sys v0.14.2 (#1221)7943223Prepare aws-lc-sys v0.45.0 (#1220)8ea2229fix: tighten AEAD, cipher IV, and digest API contracts (#1215)bcca4d1Add ECDSA P-256 SHA-1 ASN.1 verification algorithm (#1214)32338a5fix(builder): filter the raw-triple CFLAGS spelling for jitterentropy (#1207)af422bdFix-Wa,--debug-prefix-mapprobe (#1212)749b26fci: replace removed llvm-devel-lite package in FreeBSD jobs (#1213)36c7a68fix(publish): verify packaged crate with cargo build, not cargo test (#1201)c71ab00fix: address clippy::assert_is_empty lints in ECB cipher modes (#1210)Updates
hickory-resolverfrom 0.26.1 to 0.26.2Release notes
Sourced from hickory-resolver's releases.
... (truncated)
Commits
48323efBump version to 0.26.2ccd6952Only follow one CNAME record from each responsec04ad2bBetter distinguish NODATA response and wildcards64b4291Add test for bogus wildcard expansion478998bproto: constrain peer-controlled allocation sizes8392769resolver: avoid caching empty nameserver poolse2d21d8Replace use of SOA name with NSEC3 record parents84fa8abCheck for correct zone name in covering NSEC3s too09803baLook for correct zone name in matching NSEC3s26f45d3Rename Nsec3RecordPair to Nsec3RecordInfoUpdates
ipnetfrom 2.12.1 to 2.12.2Changelog
Sourced from ipnet's changelog.
Commits
Updates
napifrom 3.12.1 to 3.12.2Release notes
Sourced from napi's releases.
Commits
444bf29chore(napi): release v3.12.2 (#3459)2ffb055fix(napi): memory safety in PromiseRaw callbacks and AbortSignal conversion (...511ead2chore(deps): update dependency oxc-parser to ^0.146.0 (#3457)220b402chore(deps): update dependency oxc-parser to ^0.145.0 (#3456)70c1493chore(release): publishaeba312fix(cli): compatible with emnapi v1 & v2 (#3454)d532909chore(deps): update dependency oxc-parser to ^0.144.0 (#3453)b8ba732fix(deps): update emnapi to v2.0.0-alpha.4 (#3451)06349ebchore(deps): update cross-platform-actions/action action to v1.4.0 (#3452)a5b5f27chore(release): publishUpdates
pg_queryfrom 6.1.1 to 6.2.0Changelog
Sourced from pg_query's changelog.
Commits
Updates
rhaifrom 1.25.1 to 1.26.0Release notes
Sourced from rhai's releases.
Changelog
Sourced from rhai's changelog.
Commits
Updates
tokio-rustlsfrom 0.26.4 to 0.26.5Release notes
Sourced from tokio-rustls's releases.
Commits
f8832d2Bump version to 0.26.5c0fad2freturn more data at once from TlsStream::poll_read (#198)edc7306build(deps): bump futures-util from 0.3.33 to 0.3.34baeadaabuild(deps): bump rcgen from 0.14.8 to 0.14.91e138adbuild(deps): bump taiki-e/cache-cargo-install-action from 3.0.7 to 3.0.8b4ecff6build(deps): bump taiki-e/cache-cargo-install-action from 3 to 3.0.7f47a689build(deps): bump rustls from 0.23.42 to 0.23.43e25578ebuild(deps): bump tokio from 1.53.0 to 1.53.1d2a6d98server: add rustdoc hinting towards timeout wrappingc2e9b4aclient: add rustdoc hinting towards timeout wrappingUpdates
tower-httpfrom 0.7.0 to 0.7.1Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
c941451chore(release): prepare 0.7.1 (#729)9697702chore(deps): bump taiki-e/install-action from 2.86.3 to 2.86.8 (#730)e2582e2Allow ignoring multi-range requests (#727)888f7fefeat(services): configure directory redirects (#728)5ad7654chore(deps): bump taiki-e/install-action from 2.85.12 to 2.86.3 (#726)d154adbfix: reject multipart ranges before validation (#661)d9e5c8aci: Update to cargo-check-external-types 0.5.0 (#724)90c072bPropagate ServeDir::try_call I/O errors (#718)860922efix(decompression): don't end the body on an empty data frame (#722)8532252docs(example)/custom future with multiple bodies (#711)Updates
uuidfrom 1.24.1 to 1.26.0Release notes
Sourced from uuid's releases.
Commits
cdc96a8Merge pull request #905 from uuid-rs/cargo/v1.26.034e4f49don't test macros under mirid9e7242update nightly used for miriec16819prepare for 1.26.0 release162cd20Merge pull request #904 from ChrisJr404/v7-additional-precision-bits97eceffAdd ContextV7::with_additional_precision_bits for microsecond clocks302e0bfMerge pull request #903 from uuid-rs/cargo/1.25.0b7ccde8prepare for 1.25.0 releasec62dffbMerge pull request #902 from ChrisJr404/serde-bytes-module8c198b2Add a serde::bytes module that encodes as a byte stringUpdates
oxjsonldfrom 0.2.5 to 0.2.6Changelog
Sourced from oxjsonld's changelog.
... (truncated)
Commits