chore(deps): update all dependencies to latest#97
Merged
Conversation
The rustls-platform-verifier 0.7 jni-dup fix that motivated the pin landed in 0.13.3 (and we are now on 0.13.4), so the patch.crates-io redirect and the deny.toml allow-git exception are no longer needed.
Three sibling tests of the per-scope TokenCache coalescing contract were wall-clock based; c5eb6fe fixed only anonymous.rs. Apply the same arrival-diff rewrite to basic.rs and docker.rs so all three providers verify wiring with the same CI-jitter-resistant assertion. Convert the engine blob-concurrency test to span-of-arrivals (~100ms parallel, ~700ms sequential) for the same reason. Astro 6.4 deprecated markdown.remarkPlugins/rehypePlugins in favour of markdown.processor: unified({...}) from @astrojs/markdown-remark. The dep bump in this branch introduced the warning; migrate the config so the docs build is clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps to latest including majors. All CI gates green locally.
schemars 1.x dropped the
schemars::schema::*module and tightened a few signatures, so the manualJsonSchemaimpl forRemovedSemverPrereleaseinsrc/cli/config.rswas rewritten —schema_namenow returnsCow<'static, str>,SchemaGeneratormoved to the crate root, andSchema::Bool(false)becamejson_schema!(false). Thestdfeature is now opt-in forHashMap/VecJsonSchemaimpls, so it was added alongsidederive. The committeddocs/public/config.schema.jsonwas regenerated via the existingupdate_json_schema --ignoredhelper; the new output uses$defs(draft 2020-12) instead ofdefinitions(draft-07).reqwest 0.13.3 closed out the rustls-platform-verifier 0.7 jni-dup fix that originally motivated the git pin; with 0.13.4 published on crates.io we drop the git URL from
[workspace.dependencies], remove the[patch.crates-io]redirect, and delete theallow-gitexception indeny.toml.One new transitive-duplicate skip in
deny.toml:shlex@1— pulled in bybindgen(build-dep ofaws-lc-fips-sys) at 1.3 whilecc1.2 has moved toshlex2.0. Same pattern as the existing skip-list entries.The
anonymous_auth_distinct_scopes_fetch_concurrentlytest incrates/ocync-distribution/src/auth/anonymous.rswas a wall-clock flake on slower CI runners. Switched it to assert on request-arrival-diff at the wiremock server (parallel arrives in ~ms, serialized would be ~300ms apart) so the property no longer depends on total elapsed wall-clock.Dockerfile uses floating
:latest/:latest-devChainguard tags; no SHA pins to bump.gcc-13stays pinned per the in-file comment about the aws-lc-fips-sys delocator (aws/aws-lc-rs#569).Supersedes #96.